daily update
[deliverable/binutils-gdb.git] / bfd / opncls.c
index 627364c53ba049b9c4bc68605637a63ef4057a50..501c56865c43b3f5062be2d5f7f2d6762aada1e4 100644 (file)
@@ -598,7 +598,7 @@ bfd_close (bfd *abfd)
   if (!(abfd->flags & BFD_IN_MEMORY))
     ret = abfd->iovec->bclose (abfd);
   else
-    ret = 0;
+    ret = TRUE;
 
   /* If the file was open for writing and is now executable,
      make it so.  */
This page took 0.023832 seconds and 4 git commands to generate.