aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 4fdc2d777..f4f68a95f 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -1084,7 +1084,7 @@ GNUNET_ntoh_double (double d);
1084 */ 1084 */
1085#define GNUNET_is_zero(a) \ 1085#define GNUNET_is_zero(a) \
1086 ({ \ 1086 ({ \
1087 static const typeof (*a) _z; \ 1087 static const typeof (*a)_z; \
1088 memcmp ((a), &_z, sizeof(_z)); \ 1088 memcmp ((a), &_z, sizeof(_z)); \
1089 }) 1089 })
1090 1090