Remove syntactic sugar
[deliverable/binutils-gdb.git] / bfd / ecoff.c
index 4515172983df19c86be9e5ded3b15939b69f2105..6b46ab739db12949c98cdd5f63f86c6cfeafa1f4 100644 (file)
@@ -959,7 +959,7 @@ _bfd_ecoff_slurp_symbol_table (bfd *abfd)
   if (internal_ptr - internal < (ptrdiff_t) bfd_get_symcount (abfd))
     {
       bfd_get_symcount (abfd) = internal_ptr - internal;
-      (*_bfd_error_handler)
+      _bfd_error_handler
        (_("%B: warning: isymMax (%ld) is greater than ifdMax (%d)\n"),
         abfd, ecoff_data (abfd)->debug_info.symbolic_header.isymMax,
         ecoff_data (abfd)->debug_info.symbolic_header.ifdMax);
This page took 0.024011 seconds and 4 git commands to generate.