X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0ca1291c2f63ca6235f4b4885c48413a900aade4..0c13871d73e933c1847faf8debea7b7745a3ff44:/include/xbt/asserts.h diff --git a/include/xbt/asserts.h b/include/xbt/asserts.h index e02965353c..dcb0e0522b 100644 --- a/include/xbt/asserts.h +++ b/include/xbt/asserts.h @@ -32,7 +32,7 @@ SG_BEGIN_DECL() #define xbt_assert(...) ((void)0) #else /** @brief The condition which failed will be displayed. - @hideinitializer */ + @hideinitializer */ #define xbt_assert(...) \ _XBT_IF_ONE_ARG(_xbt_assert_ARG1, _xbt_assert_ARGN, __VA_ARGS__)(__VA_ARGS__) #define _xbt_assert_ARG1(cond) \