* elf64-ppc.c: Use %T to print symbols names and remove redundant
[deliverable/binutils-gdb.git] / bfd / vms-lib.c
index 8f15419fa38011f4cb8a3e79c450d03d3923b79a..b553570d80a902f452ee9a8631e558a89c8813cf 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 bfd_boolean
+static int
 vms_lib_bclose (struct bfd *abfd)
 {
   abfd->iostream = NULL;
-  return TRUE;
+  return 0;
 }
 
 static int
This page took 0.023696 seconds and 4 git commands to generate.