X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9f6cbb176d4301cae36a945dfa57e6b6a9cbafef..c02558d70f9c62f9f5d04f1830be4cf16ca84bc0:/src/instr/instr_paje_types.cpp diff --git a/src/instr/instr_paje_types.cpp b/src/instr/instr_paje_types.cpp index 68ab4440a4..d9855644db 100644 --- a/src/instr/instr_paje_types.cpp +++ b/src/instr/instr_paje_types.cpp @@ -99,7 +99,8 @@ type_t PJ_type_get_or_null (const char *name, type_t father) THROWF (tracing_error, 0, "can't get type with a NULL name or from a NULL father"); } - type_t ret = NULL, child; + type_t ret = NULL; + type_t child; char *child_name; xbt_dict_cursor_t cursor = NULL; xbt_dict_foreach(father->children, cursor, child_name, child) {