summaryrefslogtreecommitdiff
path: root/apps/screens.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screens.c')
-rw-r--r--apps/screens.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/screens.c b/apps/screens.c
index e9489b595a..9ff2e1b952 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -548,7 +548,7 @@ bool quick_screen_quick(void)
548 struct option_select left_option; 548 struct option_select left_option;
549 struct option_select bottom_option; 549 struct option_select bottom_option;
550 struct option_select right_option; 550 struct option_select right_option;
551 struct opt_items left_items[] = { 551 static const struct opt_items left_items[] = {
552 [0]={ STR(LANG_OFF) }, 552 [0]={ STR(LANG_OFF) },
553 [1]={ STR(LANG_ON) } 553 [1]={ STR(LANG_ON) }
554 }; 554 };