X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e6b463c5990e7bb6a9ee8ba3d0392960aa7274d3..749a6d6656fdc1c02032bec7c6dbc450387d4420:/src/simix/smx_process.c diff --git a/src/simix/smx_process.c b/src/simix/smx_process.c index 74a4d26ba3..b71da54ff0 100644 --- a/src/simix/smx_process.c +++ b/src/simix/smx_process.c @@ -211,8 +211,8 @@ void SIMIX_pre_process_create(smx_simcall_t simcall, int argc, char **argv, xbt_dict_t properties, int auto_restart){ - return SIMIX_process_create(process, name, code, data, hostname, - kill_time, argc, argv, properties, auto_restart); + SIMIX_process_create(process, name, code, data, hostname, + kill_time, argc, argv, properties, auto_restart); } /** * \brief Internal function to create a process.