aboutsummaryrefslogtreecommitdiff
path: root/bfd/cache.c
diff options
context:
space:
mode:
authorJerome Guitton <guitton@adacore.com>2004-06-17 11:55:02 +0000
committerJerome Guitton <guitton@adacore.com>2004-06-17 11:55:02 +0000
commitc9b549b25c3f8456f21f5365d41d0a95465cd0cb (patch)
treeb70b0f4b60d07e77a91b0d9d1d81be31f52af283 /bfd/cache.c
parent02d5a37b2d1262e7f7d877ba134350cadae67973 (diff)
downloadfsf-binutils-gdb-c9b549b25c3f8456f21f5365d41d0a95465cd0cb.zip
fsf-binutils-gdb-c9b549b25c3f8456f21f5365d41d0a95465cd0cb.tar.gz
fsf-binutils-gdb-c9b549b25c3f8456f21f5365d41d0a95465cd0cb.tar.bz2
cache.c (bfd_cache_close_all): Add missing return statement.
Diffstat (limited to 'bfd/cache.c')
-rw-r--r--bfd/cache.c2
1 files changed, 2 insertions, 0 deletions
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;
}
/*