mirror of
https://github.com/libretro/RetroArch
synced 2024-12-28 18:31:05 +00:00
Turn file_list_epand_if_needed static
This commit is contained in:
parent
6e86f3ab5b
commit
0b6578f869
@ -75,7 +75,7 @@ static void file_list_add(file_list_t *list, unsigned idx,
|
||||
list->size++;
|
||||
}
|
||||
|
||||
bool file_list_expand_if_needed(file_list_t *list)
|
||||
static bool file_list_expand_if_needed(file_list_t *list)
|
||||
{
|
||||
if (list->size >= list->capacity)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user