aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.h b/util.h
index 21c1a11..def9512 100644
--- a/util.h
+++ b/util.h
@@ -24,7 +24,7 @@
24#define _BRANDT_UTIL_H 24#define _BRANDT_UTIL_H
25 25
26 26
27#define brandt_assert(cond) GNUNET_assert_from(cond, "libbrandt") 27#define brandt_assert(cond) GNUNET_assert_from (cond, "libbrandt")
28 28
29 29
30#ifdef NDEBUG 30#ifdef NDEBUG