diff options
-rw-r--r-- | util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ #define _BRANDT_UTIL_H -#define brandt_assert(cond) GNUNET_assert_from(cond, "libbrandt") +#define brandt_assert(cond) GNUNET_assert_from (cond, "libbrandt") #ifdef NDEBUG |