(XUI) More build fixes

This commit is contained in:
twinaphex 2015-11-17 11:28:08 +01:00
parent 88b86af892
commit 82c776c00c

View File

@ -688,6 +688,7 @@ static int rmenu_xui_environ(menu_environ_cb_t type, void *data)
{
switch (type)
{
case 0:
default:
return -1;
}
@ -725,6 +726,8 @@ menu_ctx_driver_t menu_ctx_rmenu_xui = {
NULL,
rmenu_xui_list_set_selection,
NULL,
NULL,
NULL,
"rmenu_xui",
rmenu_xui_environ,
NULL,