mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fix typo
This commit is contained in:
parent
970c35056d
commit
9cdea532ce
1 changed files with 1 additions and 1 deletions
|
@ -1515,7 +1515,7 @@ static int menu_displaylist_parse_playlist(menu_displaylist_info_t *info,
|
|||
free(lpl_basename);
|
||||
}
|
||||
|
||||
/* prealocate the file list */
|
||||
/* preallocate the file list */
|
||||
file_list_reserve(info->list, list_size);
|
||||
|
||||
for (i = 0; i < list_size; i++)
|
||||
|
|
Loading…
Add table
Reference in a new issue