Even more const policing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8042 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
91f6c3d604
commit
be15957c24
1 changed files with 1 additions and 1 deletions
|
@ -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) }
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue