Silence warning

This commit is contained in:
twinaphex 2016-09-05 08:00:04 +02:00
parent f0702ac72c
commit e785c8ac55
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ int generic_action_ok_displaylist_push(const char *path,
break;
case ACTION_OK_DL_HELP:
info_label = label;
menu_popup_push_pending(true, type);
menu_popup_push_pending(true, (enum menu_popup_type)type);
dl_type = DISPLAYLIST_HELP;
break;
case ACTION_OK_DL_RPL_ENTRY: