aboutsummaryrefslogtreecommitdiff
path: root/src/regex/test_regex_integration.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/test_regex_integration.c')
-rw-r--r--src/regex/test_regex_integration.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/test_regex_integration.c b/src/regex/test_regex_integration.c
index d7a58b994..f264c4fae 100644
--- a/src/regex/test_regex_integration.c
+++ b/src/regex/test_regex_integration.c
@@ -75,7 +75,7 @@ end (void *cls)
75static void 75static void
76end_badly () 76end_badly ()
77{ 77{
78 FPRINTF (stderr, "%s", "Testcase failed (timeout).\n"); 78 fprintf (stderr, "%s", "Testcase failed (timeout).\n");
79 end (NULL); 79 end (NULL);
80 ok = 1; 80 ok = 1;
81} 81}