From 6e599264ad13e8fc105493d74d7c11d46f8739ed Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 6 Sep 2019 22:46:29 +0000 Subject: first step to remove plibc --- src/regex/test_regex_integration.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/regex/test_regex_integration.c') 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) static void end_badly () { - FPRINTF (stderr, "%s", "Testcase failed (timeout).\n"); + fprintf (stderr, "%s", "Testcase failed (timeout).\n"); end (NULL); ok = 1; } -- cgit v1.2.3