diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/screens.c | 2 |
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) struct option_select left_option; struct option_select bottom_option; struct option_select right_option; - struct opt_items left_items[] = { + static const struct opt_items left_items[] = { [0]={ STR(LANG_OFF) }, [1]={ STR(LANG_ON) } }; |