From 92a56f367e6635bebf4e519a49943c15d2981d85 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 29 Jan 2007 02:56:45 +0000 Subject: fixup prototype warnings --- test/misc/stdarg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/misc/stdarg.c') diff --git a/test/misc/stdarg.c b/test/misc/stdarg.c index 561fd2c3b..1566e0ce8 100644 --- a/test/misc/stdarg.c +++ b/test/misc/stdarg.c @@ -5,7 +5,7 @@ #include #include #include -int foo(const char *format, ...) +static int foo(const char *format, ...) { va_list ap; size_t len; -- cgit v1.2.3