X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7f4f03348bd07609e258eb3b545bdafc2c881847..ca1146e64d38ec9ac89fb96d6a034a3617647529:/src/xbt/xbt_replay.c diff --git a/src/xbt/xbt_replay.c b/src/xbt/xbt_replay.c index b9eef79d37..9be103fa42 100644 --- a/src/xbt/xbt_replay.c +++ b/src/xbt/xbt_replay.c @@ -140,7 +140,7 @@ void xbt_replay_action_unregister(const char *action_name) int _xbt_replay_action_init(void) { if (xbt_action_funs) - return 0; + return 0; is_replay_active = 1; xbt_action_funs = xbt_dict_new_homogeneous(NULL); xbt_action_queues = xbt_dict_new_homogeneous(NULL);