X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6ee7e9c2e455536ab817ae0136acfbb53822eecd..e566c09daba9ad67b31f3992da9172eb04b807a8:/examples/gras/spawn/spawn.c diff --git a/examples/gras/spawn/spawn.c b/examples/gras/spawn/spawn.c index 001abd7e6b..f2d74b1831 100644 --- a/examples/gras/spawn/spawn.c +++ b/examples/gras/spawn/spawn.c @@ -33,7 +33,8 @@ int worker(int argc, char *argv[]) { xbt_ex_t e; TRY { xbt_queue_shift_timed(todo,&chunk,0); - } CATCH(e) { + } + CATCH(e) { if (e.category != timeout_error) { RETHROW; }