Even more const policing.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8042 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2005-11-22 08:46:21 +00:00
parent 91f6c3d604
commit be15957c24

View file

@ -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) }
};