projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02d5a37
)
cache.c (bfd_cache_close_all): Add missing return statement.
author
Jerome Guitton
<guitton@adacore.com>
Thu, 17 Jun 2004 11:55:02 +0000
(11:55 +0000)
committer
Jerome Guitton
<guitton@adacore.com>
Thu, 17 Jun 2004 11:55:02 +0000
(11:55 +0000)
bfd/cache.c
patch
|
blob
|
history
diff --git
a/bfd/cache.c
b/bfd/cache.c
index 63d4d786aeab20104e57e7b59d13a9d2f8846ead..0d6529b209faef60df359535cae7646a39cc1710 100644
(file)
--- 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;
}
/*