mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-18 23:13:46 +00:00
cache.c (bfd_cache_close_all): Add missing return statement.
This commit is contained in:
parent
02d5a37b2d
commit
c9b549b25c
@ -366,6 +366,8 @@ bfd_cache_close_all ()
|
||||
|
||||
while (bfd_last_cache != NULL)
|
||||
ret &= bfd_cache_close (bfd_last_cache);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user