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 754bd83b80..2b032f1fd4 100644
--- a/apps/shortcuts.c
+++ b/apps/shortcuts.c
@@ -312,7 +312,7 @@ static int readline_cb(int n, char *buf, void *parameters)
312 } 312 }
313 else if (sc && settings_parseline(buf, &name, &value)) 313 else if (sc && settings_parseline(buf, &name, &value))
314 { 314 {
315 static const char *nm_options[] = {"type", "name", "data", 315 static const char * const nm_options[] = {"type", "name", "data",
316 "icon", "talkclip", NULL}; 316 "icon", "talkclip", NULL};
317 int nm_op = string_option(name, nm_options, false); 317 int nm_op = string_option(name, nm_options, false);
318 318