From: Christian Grothoff Date: Fri, 19 Aug 2016 20:07:13 +0000 (+0000) Subject: -fix ftbfs X-Git-Tag: initial-import-from-subversion-38251~367 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=27635aeb4a8cd9b48c30e15bf43d94f26819c6a7;p=oweals%2Fgnunet.git -fix ftbfs --- 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 () };