cache.c (bfd_cache_close_all): Add missing return statement.
This commit is contained in:
parent
02d5a37b2d
commit
c9b549b25c
1 changed files with 2 additions and 0 deletions
|
@ -366,6 +366,8 @@ bfd_cache_close_all ()
|
|||
|
||||
while (bfd_last_cache != NULL)
|
||||
ret &= bfd_cache_close (bfd_last_cache);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue