a typo prevented proper loading of the LCD flip from .cfg files

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4251 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jörg Hohensohn 2004-01-17 12:36:30 +00:00
parent db6f7cf1ff
commit a8c9dd2e11

View file

@ -994,7 +994,7 @@ bool settings_load_config(char* file)
set_cfg_bool(&global_settings.scrollbar, value);
else if (!strcasecmp(name, "invert"))
set_cfg_bool(&global_settings.invert, value);
else if (!strcasecmp(name, "flip diplay"))
else if (!strcasecmp(name, "flip display"))
set_cfg_bool(&global_settings.flip_display, value);
else if (!strcasecmp(name, "invert cursor"))
set_cfg_bool(&global_settings.invert_cursor, value);