From d3e09b0fc04a2cf632271ff986c2411d76e4a9de Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 19 Aug 2016 20:07:50 +0000 Subject: [PATCH] -fix ftbfs --- src/core/test_core_api.c | 2 +- src/core/test_core_api_reliability.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 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, GNUNET_MQ_hd_fixed_size (test, MTYPE, struct GNUNET_MessageHeader, - NULL); + NULL), GNUNET_MQ_handler_end () }; diff --git a/src/core/test_core_api_reliability.c b/src/core/test_core_api_reliability.c index 4d8d54028..cd2bcad83 100644 --- a/src/core/test_core_api_reliability.c +++ b/src/core/test_core_api_reliability.c @@ -159,7 +159,7 @@ do_shutdown (void *cls) } terminate_peer (&p1); terminate_peer (&p2); - + } @@ -313,7 +313,7 @@ handle_test (void *cls, { send_message (p1.mq, tr_n); - } + } } } @@ -327,7 +327,7 @@ init_notify (void *cls, GNUNET_MQ_hd_var_size (test, MTYPE, struct TestMessage, - NULL); + NULL), GNUNET_MQ_handler_end () }; @@ -446,7 +446,7 @@ run (void *cls, GNUNET_MQ_hd_fixed_size (test, MTYPE, struct TestMessage, - NULL); + NULL), GNUNET_MQ_handler_end () }; -- 2.25.1