aboutsummaryrefslogtreecommitdiff
path: root/src/regex/test_regex_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/test_regex_api.c')
-rw-r--r--src/regex/test_regex_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/test_regex_api.c b/src/regex/test_regex_api.c
index 099f9f68c..7016bf9c4 100644
--- a/src/regex/test_regex_api.c
+++ b/src/regex/test_regex_api.c
@@ -64,7 +64,7 @@ static void
64end_badly () 64end_badly ()
65{ 65{
66 die_task = NULL; 66 die_task = NULL;
67 FPRINTF (stderr, "%s", "Testcase failed (timeout).\n"); 67 fprintf (stderr, "%s", "Testcase failed (timeout).\n");
68 GNUNET_REGEX_announce_cancel (a); 68 GNUNET_REGEX_announce_cancel (a);
69 a = NULL; 69 a = NULL;
70 GNUNET_REGEX_search_cancel (s); 70 GNUNET_REGEX_search_cancel (s);