Remove syntactic sugar
[deliverable/binutils-gdb.git] / bfd / som.c
index 635727c4d5d6148021a5e96475e3d5a25baa0115..9e1f341ceaa0a8d20324f21352ada346a940fc1a 100644 (file)
--- a/bfd/som.c
+++ b/bfd/som.c
@@ -5779,7 +5779,7 @@ static int
 som_sizeof_headers (bfd *abfd ATTRIBUTE_UNUSED,
                    struct bfd_link_info *info ATTRIBUTE_UNUSED)
 {
-  (*_bfd_error_handler) (_("som_sizeof_headers unimplemented"));
+  _bfd_error_handler (_("som_sizeof_headers unimplemented"));
   abort ();
   return 0;
 }
This page took 0.023759 seconds and 4 git commands to generate.