* ar.c (mri_mode): Make static.
[external/binutils.git] / binutils / bucomm.c
index 6573e2d..d469bc1 100644 (file)
@@ -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);