PR binutils/14813
[deliverable/binutils-gdb.git] / bfd / vms-lib.c
index 8aa0e9a7f4009f5836df35095dc60d3f69468095..b553570d80a902f452ee9a8631e558a89c8813cf 100644 (file)
@@ -1174,11 +1174,11 @@ vms_lib_bwrite (struct bfd *abfd ATTRIBUTE_UNUSED,
   return -1;
 }
 
-static bfd_boolean
+static int
 vms_lib_bclose (struct bfd *abfd)
 {
   abfd->iostream = NULL;
-  return TRUE;
+  return 0;
 }
 
 static int
This page took 0.025331 seconds and 4 git commands to generate.