From: Jerome Guitton Date: Thu, 17 Jun 2004 11:55:02 +0000 (+0000) Subject: cache.c (bfd_cache_close_all): Add missing return statement. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c9b549b25c3f8456f21f5365d41d0a95465cd0cb;p=binutils-gdb.git cache.c (bfd_cache_close_all): Add missing return statement. --- diff --git a/bfd/cache.c b/bfd/cache.c index 63d4d786aea..0d6529b209f 100644 --- a/bfd/cache.c +++ b/bfd/cache.c @@ -366,6 +366,8 @@ bfd_cache_close_all () while (bfd_last_cache != NULL) ret &= bfd_cache_close (bfd_last_cache); + + return ret; } /*