2004-10-29 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / 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;
 }
 
 /*
This page took 0.022684 seconds and 4 git commands to generate.