Fixed typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1718 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cd7691de22
commit
fe604c5c63
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ void settings_load(void)
|
|||
if (rtc_config_block[0xa] != 0xFF) {
|
||||
global_settings.contrast = rtc_config_block[0xa];
|
||||
if ( global_settings.contrast < MIN_CONTRAST_SETTING )
|
||||
global_settings.contrast < DEFAULT_CONTRAST_SETTING;
|
||||
global_settings.contrast = DEFAULT_CONTRAST_SETTING;
|
||||
}
|
||||
if (rtc_config_block[0xb] != 0xFF)
|
||||
global_settings.backlight = rtc_config_block[0xb];
|
||||
|
|
Loading…
Reference in a new issue