* bucomm.c: Undo the last change.
	* bucomm.h: Likewise.
This commit is contained in:
H.J. Lu
2005-04-29 16:49:20 +00:00
parent 33aa0cbb6b
commit cba1200696
3 changed files with 8 additions and 1 deletions

View File

@@ -65,7 +65,7 @@ bfd_fatal (const char *string)
xexit (1);
}
static void
void
report (const char * format, va_list args)
{
fprintf (stderr, "%s: ", program_name);