X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7c18a530be4246d48938e74026e61713d8bbdea0..26a65fe3f06c8a304a1fd022eb685072d6531566:/src/smpi/smpi_bench.c diff --git a/src/smpi/smpi_bench.c b/src/smpi/smpi_bench.c index e531e85913..c9d2c8b4ab 100644 --- a/src/smpi/smpi_bench.c +++ b/src/smpi/smpi_bench.c @@ -240,7 +240,8 @@ int smpi_shared_known_call(const char* func, const char* input) { TRY { xbt_dict_get(calls, loc); /* Succeed or throw */ known = 1; - } CATCH(ex) { + } + CATCH(ex) { if(ex.category == not_found_error) { known = 0; xbt_ex_free(ex);