Skip to content

Commit

Permalink
Turn file_list_epand_if_needed static
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Jun 3, 2016
1 parent 6e86f3a commit 0b6578f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libretro-common/lists/file_list.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 0b6578f

Please sign in to comment.