summaryrefslogtreecommitdiff
path: root/apps/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menu.c')
-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 {
struct gui_synclist synclist;
};
-#define MAX_MENUS 5
+#define MAX_MENUS 6
static struct menu menus[MAX_MENUS];
static bool inuse[MAX_MENUS] = { false };