s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify
[deliverable/binutils-gdb.git] / gas / config / obj-coff.c
index 32fcd0396bdd019997cf09770188f37295ecea3c..a1432652d0baab37db52b9cfb3b9af009be2218e 100644 (file)
@@ -3629,7 +3629,7 @@ write_object_file ()
 #if 0
   /* Recent changes to write need this, but where it should
      go is up to Ken..  */
-  if (bfd_close_all_done (abfd) == false)
+  if (!bfd_close_all_done (abfd))
     as_fatal (_("Can't close %s: %s"), out_file_name,
              bfd_errmsg (bfd_get_error ()));
 #else
This page took 0.024332 seconds and 4 git commands to generate.