X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0ca1291c2f63ca6235f4b4885c48413a900aade4..6e5cfd7ff86900354c20502af95ee5f751492753:/src/xbt/set.c diff --git a/src/xbt/set.c b/src/xbt/set.c index f0d6b9082d..8b3efbfce0 100644 --- a/src/xbt/set.c +++ b/src/xbt/set.c @@ -434,7 +434,8 @@ static void search_not_found(xbt_set_t set, const char *data) xbt_set_get_by_name(set, data); THROWF(unknown_error, 0, "Found something which shouldn't be there (%s)", data); - } CATCH(e) { + } + CATCH(e) { if (e.category != not_found_error) xbt_test_exception(e); xbt_ex_free(e);