gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r37741 - gnunet/src/core


From: gnunet
Subject: [GNUnet-SVN] r37741 - gnunet/src/core
Date: Fri, 19 Aug 2016 22:07:14 +0200

Author: grothoff
Date: 2016-08-19 22:07:13 +0200 (Fri, 19 Aug 2016)
New Revision: 37741

Modified:
   gnunet/src/core/test_core_api.c
Log:
-fix ftbfs

Modified: gnunet/src/core/test_core_api.c
===================================================================
--- gnunet/src/core/test_core_api.c     2016-08-19 19:58:24 UTC (rev 37740)
+++ gnunet/src/core/test_core_api.c     2016-08-19 20:07:13 UTC (rev 37741)
@@ -163,7 +163,7 @@
   {
     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 @@
             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 @@
     GNUNET_MQ_hd_fixed_size (test,
                              MTYPE,
                              struct GNUNET_MessageHeader,
-                             NULL);
+                             NULL),
     GNUNET_MQ_handler_end ()
   };
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]