Fix "incompatible types in return" gcc error.

This commit is contained in:
Alan Modra 2000-05-01 05:02:57 +00:00
parent c8735523e1
commit 01fff6e2f4
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
2000-05-01 Alan Modra <alan@linuxcare.com.au>
* coff-sh.c (bfd_coff_small_swap_table): Fix Fri Apr 28 change.
* vms.c (vms_openr_next_archived_file): Return NULL.
Fri Apr 28 21:34:44 2000 Clinton Popetz <cpopetz@cygnus.com>

View File

@ -1,6 +1,6 @@
/* vms.c -- BFD back-end for VAX (openVMS/VAX) and
EVAX (openVMS/Alpha) files.
Copyright 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
Copyright 1996, 97, 98, 99, 2000 Free Software Foundation, Inc.
Written by Klaus K"ampf (kkaempf@rmi.de)
@ -1045,7 +1045,7 @@ vms_openr_next_archived_file (arch, prev)
#if VMS_DEBUG
vms_debug (1, "vms_openr_next_archived_file(%p, %p)\n", arch, prev);
#endif
return false;
return NULL;
}