-fix ftbfs
authorChristian Grothoff <christian@grothoff.org>
Fri, 19 Aug 2016 20:07:50 +0000 (20:07 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 19 Aug 2016 20:07:50 +0000 (20:07 +0000)
src/core/test_core_api.c
src/core/test_core_api_reliability.c

index 568832c085e45405320c53b1dafd7a9c90fe4c7f..e6a113b52870076b81077d2df69d60cebdb07135 100644 (file)
@@ -302,7 +302,7 @@ run (void *cls,
     GNUNET_MQ_hd_fixed_size (test,
                              MTYPE,
                              struct GNUNET_MessageHeader,
-                             NULL);
+                             NULL),
     GNUNET_MQ_handler_end ()
   };
 
index 4d8d54028296bda1a6b2abaa8ab2d0514ac30f4a..cd2bcad83639cf9d8acaa95e8ba6eb0741271237 100644 (file)
@@ -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 ()
   };