mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Fix typo
This commit is contained in:
parent
41f7a78eed
commit
27c0a098a8
@ -1926,7 +1926,7 @@ int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type)
|
||||
case DISPLAYLIST_DATABASE_ENTRY:
|
||||
menu_list_clear(info->list);
|
||||
|
||||
ret =- menu_displaylist_parse_database_entry(info);
|
||||
ret = menu_displaylist_parse_database_entry(info);
|
||||
|
||||
need_push = true;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user