X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/19b3962253112b19308537bc2400de141c119d99..611d822b02f836d7abe031cced6adc4281ef4356:/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; }