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 6372f3e..48189d8 100644 --- a/bfd/aout-adobe.c +++ b/bfd/aout-adobe.c @@ -123,7 +123,7 @@ aout_adobe_callback (bfd *abfd) default: _bfd_error_handler /* xgettext:c-format */ - (_("%pB: Unknown section type in a.out.adobe file: %x\n"), + (_("%pB: unknown section type in a.out.adobe file: %x"), abfd, ext->e_type[0]); goto no_more_sections; } |