aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_util_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_util_lib.h')
-rw-r--r--src/include/gnunet_util_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_util_lib.h b/src/include/gnunet_util_lib.h
index a7bd7ce4b..24ad4e4e5 100644
--- a/src/include/gnunet_util_lib.h
+++ b/src/include/gnunet_util_lib.h
@@ -50,7 +50,7 @@ extern "C"
50/** 50/**
51 * Smallest supported message. 51 * Smallest supported message.
52 */ 52 */
53#define GNUNET_MIN_MESSAGE_SIZE sizeof (struct GNUNET_MessageHeader) 53#define GNUNET_MIN_MESSAGE_SIZE sizeof(struct GNUNET_MessageHeader)
54 54
55/** 55/**
56 * NOTE: You MUST adjust this URL to point to the location of a 56 * NOTE: You MUST adjust this URL to point to the location of a