Remove syntactic sugar
[deliverable/binutils-gdb.git] / bfd / vms-lib.c
index 863b915dfe1696a435ed8c52ff25bdfdffa0972d..eef0945b335c13537cde7d3976cd158d96a0b5c7 100644 (file)
@@ -1441,8 +1441,8 @@ _bfd_vms_lib_get_imagelib_file (bfd *el)
 
   if (res == NULL)
     {
-      (*_bfd_error_handler)(_("could not open shared image '%s' from '%s'"),
-                            filename, archive->filename);
+      _bfd_error_handler(_("could not open shared image '%s' from '%s'"),
+                        filename, archive->filename);
       bfd_release (archive, filename);
       return NULL;
     }
This page took 0.024229 seconds and 4 git commands to generate.