diff options
Diffstat (limited to 'bfd/bfd.c')
-rw-r--r-- | bfd/bfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -509,7 +509,7 @@ const char * bfd_archive_filename (bfd *abfd) { if (abfd == NULL) - return _("<unknown>"); + return NULL; if (abfd->my_archive) { |