summaryrefslogtreecommitdiffstats
path: root/test/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.c')
-rw-r--r--test/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c
index 7e5112e36..d2b30124a 100644
--- a/test/test.c
+++ b/test/test.c
@@ -3369,7 +3369,7 @@ static int ParseOptions( int argc, char ** argv )
return 0;
}
-char * str_printf(const char *fmt, ...)
+static char * str_printf(const char *fmt, ...)
{
/* Guess we need no more than 100 bytes. */
int len;