X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/88fad0aaff9eb463f048bfdfe4ad6218aba44ddb..844de0597296879c91593ae0604d5718498b81e3:/teshsuite/xbt/parallel_log_crashtest/parallel_log_crashtest.c diff --git a/teshsuite/xbt/parallel_log_crashtest/parallel_log_crashtest.c b/teshsuite/xbt/parallel_log_crashtest/parallel_log_crashtest.c index a39cf7dd27..5d32c4e0f3 100644 --- a/teshsuite/xbt/parallel_log_crashtest/parallel_log_crashtest.c +++ b/teshsuite/xbt/parallel_log_crashtest/parallel_log_crashtest.c @@ -46,7 +46,7 @@ static int crasher() for (int i = 0; i < crasher_amount; i++) { char name[16]; snprintf(name, sizeof name, "thread %d", i); - crashers[i] = xbt_os_thread_create(name, &crasher_thread, &id[i], NULL ); + crashers[i] = xbt_os_thread_create(name, &crasher_thread, &id[i]); } /* wait for them */