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++;
|
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)
|
if (list->size >= list->capacity)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue