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:
|
case DISPLAYLIST_DATABASE_ENTRY:
|
||||||
menu_list_clear(info->list);
|
menu_list_clear(info->list);
|
||||||
|
|
||||||
ret =- menu_displaylist_parse_database_entry(info);
|
ret = menu_displaylist_parse_database_entry(info);
|
||||||
|
|
||||||
need_push = true;
|
need_push = true;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue