1
0
mirror of https://github.com/CTCaer/hekate.git synced 2024-10-03 05:02:04 +00:00

Fix build

This commit is contained in:
Kostas Missos 2018-07-01 05:06:13 +03:00
parent ffeb8c60df
commit 42d743d9d5

View File

@ -1844,12 +1844,12 @@ void about()
MDEF_HANDLER("Boot time delay", config_bootdelay),
MDEF_HANDLER("Custom boot logo", config_customlogo),
MDEF_END()
};*/
};
menu_t menu_options = {
ment_options,
"Launch options", 0, 0
};
};*/
ment_t ment_cinfo[] = {
MDEF_BACK(),