X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8bbfe13824ddf0cc95d518ade3fdde07d64054f8..7cee0f64a84b4459068dc23ff23e491a3e3b288b:/examples/simdag/fail/sd_fail.c diff --git a/examples/simdag/fail/sd_fail.c b/examples/simdag/fail/sd_fail.c index 1cc34e7032..267cf20884 100644 --- a/examples/simdag/fail/sd_fail.c +++ b/examples/simdag/fail/sd_fail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2010, 2012-2016. The SimGrid Team. +/* Copyright (c) 2006-2018. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -85,6 +85,5 @@ int main(int argc, char **argv) SD_task_get_finish_time(task)); SD_task_destroy(task); - SD_exit(); return 0; }