Remove syntactic sugar
[deliverable/binutils-gdb.git] / bfd / pef.c
index 30c31794909e504acbab11daea45079a6179ab21..f7aa58c3fd5a08e5d64feec69ca94316b9bea87c 100644 (file)
--- a/bfd/pef.c
+++ b/bfd/pef.c
@@ -522,8 +522,8 @@ bfd_pef_scan (bfd *abfd,
   bfd_pef_convert_architecture (header->architecture, &cputype, &cpusubtype);
   if (cputype == bfd_arch_unknown)
     {
-      (*_bfd_error_handler) (_("bfd_pef_scan: unknown architecture 0x%lx"),
-                              header->architecture);
+      _bfd_error_handler (_("bfd_pef_scan: unknown architecture 0x%lx"),
+                         header->architecture);
       return -1;
     }
   bfd_set_arch_mach (abfd, cputype, cpusubtype);
This page took 0.023579 seconds and 4 git commands to generate.