summaryrefslogtreecommitdiff
path: root/binutils/bucomm.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/bucomm.c')
-rw-r--r--binutils/bucomm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/bucomm.c b/binutils/bucomm.c
index 6573e2d9c7..d469bc1498 100644
--- a/binutils/bucomm.c
+++ b/binutils/bucomm.c
@@ -65,7 +65,7 @@ bfd_fatal (const char *string)
xexit (1);
}
-void
+static void
report (const char * format, va_list args)
{
fprintf (stderr, "%s: ", program_name);