aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_strings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_strings.c')
-rw-r--r--src/util/test_strings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_strings.c b/src/util/test_strings.c
index 652c3be23..9e4e808ef 100644
--- a/src/util/test_strings.c
+++ b/src/util/test_strings.c
@@ -93,7 +93,7 @@ main (int argc, char *argv[])
93 * however, the "0:05 19" should always be there; hence: */ 93 * however, the "0:05 19" should always be there; hence: */
94 if (NULL == strstr (bc, "0:05 19")) 94 if (NULL == strstr (bc, "0:05 19"))
95 { 95 {
96 FPRINTF (stderr, "Got %s\n", bc); 96 fprintf (stderr, "Got %s\n", bc);
97 GNUNET_break (0); 97 GNUNET_break (0);
98 return 1; 98 return 1;
99 } 99 }