From 334cb452bfee4d0511f9591292903d01f58efaf9 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 20 Oct 2004 09:14:04 +0000 Subject: Fix miscellaneous warnings. svn path=/trunk/; revision=3953 --- report.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'report.c') diff --git a/report.c b/report.c index 32e98577..cdded484 100644 --- a/report.c +++ b/report.c @@ -41,7 +41,7 @@ /* If NULL, report will flush stderr, then print on stderr the program name, a colon and a space. Otherwise, report will call this function without parameters instead. */ -void (*report_print_progname) ( +static void (*report_print_progname) ( #if __STDC__ - 0 void #endif -- cgit v1.2.3