Turn file_list_epand_if_needed static

This commit is contained in:
twinaphex 2016-06-03 10:16:40 +02:00
parent 6e86f3ab5b
commit 0b6578f869
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{ {