summaryrefslogtreecommitdiff
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
commit71f8139503e73f4f4af8ea85509c74d30efc5b9f (patch)
treed155cdb989e6ff0e32bb19ce56d07af2059d9e26 /bfd/cache.c
parent077b044d629319cd721afa87329f6dd93f6570e2 (diff)
downloadbinutils-redhat-71f8139503e73f4f4af8ea85509c74d30efc5b9f.tar.gz
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 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;
}
/*