From c9b549b25c3f8456f21f5365d41d0a95465cd0cb Mon Sep 17 00:00:00 2001 From: Jerome Guitton Date: Thu, 17 Jun 2004 11:55:02 +0000 Subject: cache.c (bfd_cache_close_all): Add missing return statement. --- bfd/cache.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bfd/cache.c') diff --git a/bfd/cache.c b/bfd/cache.c index 63d4d78..0d6529b 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; } /* -- cgit v1.1