PowerPC VLE typo fix
[deliverable/binutils-gdb.git] / bfd / aout-adobe.c
index 57fdce7890d5c561e28cf82bf9be085957f4563c..d47dd20889afd847d9f2fe64597530e0ec2fe022 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for a.out.adobe binaries.
-   Copyright (C) 1990-2016 Free Software Foundation, Inc.
+   Copyright (C) 1990-2017 Free Software Foundation, Inc.
    Written by Cygnus Support.  Based on bout.c.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -121,7 +121,8 @@ aout_adobe_callback (bfd *abfd)
          goto no_more_sections;
 
        default:
-         (*_bfd_error_handler)
+         _bfd_error_handler
+           /* xgettext:c-format */
            (_("%B: Unknown section type in a.out.adobe file: %x\n"),
             abfd, ext->e_type[0]);
          goto no_more_sections;
This page took 0.023441 seconds and 4 git commands to generate.