X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/99539cdc5c814389e373ed62f61f116d56b6ac2c..49054797aed6e149277e46fde87302c1d61b6299:/examples/msg/msg_test_communication_time.c diff --git a/examples/msg/msg_test_communication_time.c b/examples/msg/msg_test_communication_time.c index aab279cdc8..30cf01e772 100644 --- a/examples/msg/msg_test_communication_time.c +++ b/examples/msg/msg_test_communication_time.c @@ -153,6 +153,8 @@ int main(int argc, char *argv[]) res = test_all(argv[1],argv[2]); MSG_clean(); - if(res==MSG_OK) return 0; - else return 1; + if(res==MSG_OK) + return 0; + else + return 1; } /* end_of_main */