diff options
Diffstat (limited to 'binutils/bucomm.c')
-rw-r--r-- | binutils/bucomm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/bucomm.c b/binutils/bucomm.c index 6573e2d..d469bc1 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); |