Silence warning
This commit is contained in:
parent
f0702ac72c
commit
e785c8ac55
|
@ -241,7 +241,7 @@ int generic_action_ok_displaylist_push(const char *path,
|
||||||
break;
|
break;
|
||||||
case ACTION_OK_DL_HELP:
|
case ACTION_OK_DL_HELP:
|
||||||
info_label = label;
|
info_label = label;
|
||||||
menu_popup_push_pending(true, type);
|
menu_popup_push_pending(true, (enum menu_popup_type)type);
|
||||||
dl_type = DISPLAYLIST_HELP;
|
dl_type = DISPLAYLIST_HELP;
|
||||||
break;
|
break;
|
||||||
case ACTION_OK_DL_RPL_ENTRY:
|
case ACTION_OK_DL_RPL_ENTRY:
|
||||||
|
|
Loading…
Reference in New Issue