diff options
-rw-r--r-- | bfd/cache.c | 2 |
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; } /* |