aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-08-19 20:07:50 +0000
committerChristian Grothoff <christian@grothoff.org>2016-08-19 20:07:50 +0000
commitd3e09b0fc04a2cf632271ff986c2411d76e4a9de (patch)
treec8ec1340cc9e4d54dd8525e826f6c0c4786b4a57 /src/core/test_core_api.c
parent27635aeb4a8cd9b48c30e15bf43d94f26819c6a7 (diff)
downloadgnunet-d3e09b0fc04a2cf632271ff986c2411d76e4a9de.tar.gz
gnunet-d3e09b0fc04a2cf632271ff986c2411d76e4a9de.zip
-fix ftbfs
Diffstat (limited to 'src/core/test_core_api.c')
-rw-r--r--src/core/test_core_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/test_core_api.c b/src/core/test_core_api.c
index 568832c08..e6a113b52 100644
--- a/src/core/test_core_api.c
+++ b/src/core/test_core_api.c
@@ -302,7 +302,7 @@ run (void *cls,
302 GNUNET_MQ_hd_fixed_size (test, 302 GNUNET_MQ_hd_fixed_size (test,
303 MTYPE, 303 MTYPE,
304 struct GNUNET_MessageHeader, 304 struct GNUNET_MessageHeader,
305 NULL); 305 NULL),
306 GNUNET_MQ_handler_end () 306 GNUNET_MQ_handler_end ()
307 }; 307 };
308 308