mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-10 04:21:45 +00:00
Fix build
This commit is contained in:
parent
ffeb8c60df
commit
42d743d9d5
1 changed files with 2 additions and 2 deletions
|
@ -1844,12 +1844,12 @@ void about()
|
||||||
MDEF_HANDLER("Boot time delay", config_bootdelay),
|
MDEF_HANDLER("Boot time delay", config_bootdelay),
|
||||||
MDEF_HANDLER("Custom boot logo", config_customlogo),
|
MDEF_HANDLER("Custom boot logo", config_customlogo),
|
||||||
MDEF_END()
|
MDEF_END()
|
||||||
};*/
|
};
|
||||||
|
|
||||||
menu_t menu_options = {
|
menu_t menu_options = {
|
||||||
ment_options,
|
ment_options,
|
||||||
"Launch options", 0, 0
|
"Launch options", 0, 0
|
||||||
};
|
};*/
|
||||||
|
|
||||||
ment_t ment_cinfo[] = {
|
ment_t ment_cinfo[] = {
|
||||||
MDEF_BACK(),
|
MDEF_BACK(),
|
||||||
|
|
Loading…
Reference in a new issue