aboutsummaryrefslogtreecommitdiffstats
path: root/report.c
diff options
context:
space:
mode:
Diffstat (limited to 'report.c')
-rw-r--r--report.c2
1 files changed, 1 insertions, 1 deletions
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