summaryrefslogtreecommitdiff
path: root/apps/shortcuts.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/shortcuts.c')
-rw-r--r--apps/shortcuts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/shortcuts.c b/apps/shortcuts.c
index fd9d8d0949..85bf006646 100644
--- a/apps/shortcuts.c
+++ b/apps/shortcuts.c
@@ -80,7 +80,7 @@ struct shortcut {
80 } timedata; 80 } timedata;
81 } u; 81 } u;
82}; 82};
83#define SHORTCUTS_PER_HANDLE 32 83#define SHORTCUTS_PER_HANDLE 4
84struct shortcut_handle { 84struct shortcut_handle {
85 struct shortcut shortcuts[SHORTCUTS_PER_HANDLE]; 85 struct shortcut shortcuts[SHORTCUTS_PER_HANDLE];
86 int next_handle; 86 int next_handle;