diff options
Diffstat (limited to 'menu/simple.c')
| -rw-r--r-- | menu/simple.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/menu/simple.c b/menu/simple.c index 86c70075..61748dd7 100644 --- a/menu/simple.c +++ b/menu/simple.c @@ -68,7 +68,6 @@ int menumain(char *cmdline) curr = showmenus(MAIN); // Initial menu is the one with index MAIN if (curr) { - if (curr->action == OPT_EXIT) return 0; if (curr->action == OPT_RUN) { if (syslinux) runcommand(curr->data); |
