X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ae87d9697ce445eaa3221750fc5e18553f879498..64ea8dcf1daac53da58d65aa91b7452aae8b13b7:/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) {