From 27635aeb4a8cd9b48c30e15bf43d94f26819c6a7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 19 Aug 2016 20:07:13 +0000 Subject: [PATCH] -fix ftbfs --- src/core/test_core_api.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/test_core_api.c b/src/core/test_core_api.c index 650c89cda..568832c08 100644 --- a/src/core/test_core_api.c +++ b/src/core/test_core_api.c @@ -163,7 +163,7 @@ connect_notify (void *cls, { uint64_t flags; const void *extra; - + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Asking core (1) for transmission to peer `%s'\n", GNUNET_i2s (&p2.id)); @@ -209,7 +209,7 @@ handle_test (void *cls, const struct GNUNET_MessageHeader *message) { const struct GNUNET_PeerIdentity *peer = cls; - + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Receiving message from `%s'.\n", GNUNET_i2s (peer)); @@ -230,7 +230,7 @@ init_notify (void *cls, GNUNET_MQ_hd_fixed_size (test, MTYPE, struct GNUNET_MessageHeader, - NULL); + NULL), GNUNET_MQ_handler_end () }; -- 2.25.1