summaryrefslogtreecommitdiff
path: root/apps/shortcuts.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/shortcuts.h')
-rw-r--r--apps/shortcuts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/shortcuts.h b/apps/shortcuts.h
index b794a3a..d36b2a9 100644
--- a/apps/shortcuts.h
+++ b/apps/shortcuts.h
@@ -36,7 +36,7 @@ enum shortcut_type {
SHORTCUT_TYPE_COUNT
};
-void shortcuts_add(enum shortcut_type type, char* value);
+void shortcuts_add(enum shortcut_type type, const char* value);
void shortcuts_init(void);
int do_shortcut_menu(void*ignored);