cache.c (bfd_cache_close_all): Add missing return statement.

This commit is contained in:
Jerome Guitton 2004-06-17 11:55:02 +00:00
parent 02d5a37b2d
commit c9b549b25c

View file

@ -366,6 +366,8 @@ bfd_cache_close_all ()
while (bfd_last_cache != NULL)
ret &= bfd_cache_close (bfd_last_cache);
return ret;
}
/*