diff options
Diffstat (limited to 'bfd/aout-adobe.c')
-rw-r--r-- | bfd/aout-adobe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/aout-adobe.c b/bfd/aout-adobe.c index 57fdce7..1a85401 100644 --- a/bfd/aout-adobe.c +++ b/bfd/aout-adobe.c @@ -121,7 +121,7 @@ aout_adobe_callback (bfd *abfd) goto no_more_sections; default: - (*_bfd_error_handler) + _bfd_error_handler (_("%B: Unknown section type in a.out.adobe file: %x\n"), abfd, ext->e_type[0]); goto no_more_sections; |