summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menu.c b/apps/menu.c
index f861e0bddf..e0a439e22e 100644
--- a/apps/menu.c
+++ b/apps/menu.c
@@ -60,7 +60,7 @@ struct menu {
60 struct gui_synclist synclist; 60 struct gui_synclist synclist;
61}; 61};
62 62
63#define MAX_MENUS 5 63#define MAX_MENUS 6
64 64
65static struct menu menus[MAX_MENUS]; 65static struct menu menus[MAX_MENUS];
66static bool inuse[MAX_MENUS] = { false }; 66static bool inuse[MAX_MENUS] = { false };