diff --git a/regress/lib/libc/string/strchr/strchr_test.c b/regress/lib/libc/string/strchr/strchr_test.c index 5ff54b9876b9..fa66201dc37a 100644 --- a/regress/lib/libc/string/strchr/strchr_test.c +++ b/regress/lib/libc/string/strchr/strchr_test.c @@ -33,7 +33,7 @@ extern char *xstrchr(const char *, int); void check_strchr(void); /* try to trick the compiler */ -char * (*volatile f)((const char *, int); +char * (*volatile f)(const char *, int); void check_strchr(void)