Remove syntactic sugar
[deliverable/binutils-gdb.git] / bfd / binary.c
index d2fd2931db0b7258af19c2d4c81ff32655df494b..39237d081459e05a85288eebcd33a29185c45b06 100644 (file)
@@ -269,8 +269,9 @@ binary_set_section_contents (bfd *abfd,
             have.  */
 
          if (s->filepos < 0)
-           (*_bfd_error_handler)
-             (_("Warning: Writing section `%s' at huge (ie negative) file offset 0x%lx."),
+           _bfd_error_handler
+             (_("Warning: Writing section `%s' at huge (ie negative) "
+                "file offset 0x%lx."),
               bfd_get_section_name (abfd, s),
               (unsigned long) s->filepos);
        }
This page took 0.023973 seconds and 4 git commands to generate.