Remove syntactic sugar
[deliverable/binutils-gdb.git] / bfd / stabs.c
index 8049bb0ac162fa953b3eda7152838a4138aeaef7..deb2c0f194eee80e9702420b93a586238b5436c7 100644 (file)
@@ -274,7 +274,7 @@ _bfd_link_section_stabs (bfd *abfd,
       symstroff = stroff + bfd_get_32 (abfd, sym + STRDXOFF);
       if (symstroff >= stabstrsec->size)
        {
-         (*_bfd_error_handler)
+         _bfd_error_handler
            (_("%B(%A+0x%lx): Stabs entry has invalid string index."),
             abfd, stabsec, (long) (sym - stabbuf));
          bfd_set_error (bfd_error_bad_value);
This page took 0.025347 seconds and 4 git commands to generate.