X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fd0a64e86162f81a978a22d84d16c5d8f2e8d1f5..19e031b5c14b35fa1bc3124e2460a98a496eea9c:/include/xbt/ex.h diff --git a/include/xbt/ex.h b/include/xbt/ex.h index ef5b9168a2..a6db6fc792 100644 --- a/include/xbt/ex.h +++ b/include/xbt/ex.h @@ -65,7 +65,7 @@ SG_BEGIN_DECL() # define MAYDAY_CATCH(e) printf("%d %s:%d Catched '%s'\n", \ xbt_getpid(), __FILE__, __LINE__, \ (e).msg \ - ), + ), #else # define MAYDAY_SAVE(m) # define MAYDAY_RESTORE(m) @@ -516,5 +516,5 @@ XBT_PUBLIC(void) xbt_backtrace_display(xbt_ex_t * e); SG_END_DECL() -/** @} */ +/** @} */ #endif /* __XBT_EX_H__ */