-fix format warning
[oweals/gnunet.git] / src / regex / test_regex_integration.c
index 453500fa1626ce1442b96cd0a283bc3bb1973752..d98d800709407540d28b95be936cc309b0022160 100644 (file)
@@ -57,8 +57,7 @@ static struct GNUNET_SCHEDULER_Task *die_task;
 
 
 static void
-end (void *cls,
-     const struct GNUNET_SCHEDULER_TaskContext *tc)
+end (void *cls)
 {
   die_task = NULL;
   GNUNET_REGEX_announce_cancel (a4);
@@ -77,7 +76,7 @@ static void
 end_badly ()
 {
   FPRINTF (stderr, "%s",  "Testcase failed (timeout).\n");
-  end (NULL, NULL);
+  end (NULL);
   ok = 1;
 }