summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/shortcuts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/shortcuts.c b/apps/shortcuts.c
index 2b032f1fd4..fd9d8d0949 100644
--- a/apps/shortcuts.c
+++ b/apps/shortcuts.c
@@ -51,7 +51,7 @@
51#include "playback.h" 51#include "playback.h"
52#endif 52#endif
53 53
54#define MAX_SHORTCUT_NAME 32 54#define MAX_SHORTCUT_NAME 64
55#define SHORTCUTS_FILENAME ROCKBOX_DIR "/shortcuts.txt" 55#define SHORTCUTS_FILENAME ROCKBOX_DIR "/shortcuts.txt"
56static const char * const type_strings[SHORTCUT_TYPE_COUNT] = { 56static const char * const type_strings[SHORTCUT_TYPE_COUNT] = {
57 [SHORTCUT_SETTING] = "setting", 57 [SHORTCUT_SETTING] = "setting",