summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menu.c b/apps/menu.c
index f861e0b..e0a439e 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 };