From 64dd278262396adfee0a8b241f6d0484a49567d5 Mon Sep 17 00:00:00 2001 From: Jerome Guitton Date: Thu, 17 Jun 2004 11:55:02 +0000 Subject: [PATCH] cache.c (bfd_cache_close_all): Add missing return statement. --- bfd/cache.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bfd/cache.c b/bfd/cache.c index 63d4d786ae..0d6529b209 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; } /* -- 2.11.0