cache.c (bfd_cache_close_all): Add missing return statement.
authorJerome Guitton <guitton@adacore.com>
Thu, 17 Jun 2004 11:55:02 +0000 (11:55 +0000)
committerJerome Guitton <guitton@adacore.com>
Thu, 17 Jun 2004 11:55:02 +0000 (11:55 +0000)
bfd/cache.c

index 63d4d786aeab20104e57e7b59d13a9d2f8846ead..0d6529b209faef60df359535cae7646a39cc1710 100644 (file)
@@ -366,6 +366,8 @@ bfd_cache_close_all ()
 
   while (bfd_last_cache != NULL)
     ret &= bfd_cache_close (bfd_last_cache);
+
+  return ret;
 }
 
 /*