gas/
[deliverable/binutils-gdb.git] / bfd / vms-lib.c
index 56b80ad58ce07dd1a6d8efe33d49ae3f1d131b19..8aa0e9a7f4009f5836df35095dc60d3f69468095 100644 (file)
@@ -630,7 +630,7 @@ _bfd_vms_lib_archive_p (bfd *abfd, enum vms_lib_kind kind)
 
  err:
   bfd_release (abfd, tdata);
-  abfd->tdata.any = (void *)tdata_hold;;
+  abfd->tdata.any = (void *)tdata_hold;
   return NULL;
 }
 
@@ -1174,11 +1174,11 @@ vms_lib_bwrite (struct bfd *abfd ATTRIBUTE_UNUSED,
   return -1;
 }
 
-static int
+static bfd_boolean
 vms_lib_bclose (struct bfd *abfd)
 {
   abfd->iostream = NULL;
-  return 0;
+  return TRUE;
 }
 
 static int
This page took 0.022998 seconds and 4 git commands to generate.