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

View File

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