diff options
author | Sebastian Leonhardt <sebastian.leonhardt@web.de> | 2019-02-08 00:52:37 +0100 |
---|---|---|
committer | Sebastian Leonhardt <sebastian.leonhardt@web.de> | 2019-02-08 00:52:37 +0100 |
commit | 168e2424988c8142da8ebb29ae633440062d4b16 (patch) | |
tree | 93895f1fc30f5e7f041cd8d49823d00cdd41578c /firmware | |
parent | 26e0c64e34f05d3869a7e5e26d7dd388888fa72e (diff) | |
download | rockbox-168e2424988c8142da8ebb29ae633440062d4b16.tar.gz rockbox-168e2424988c8142da8ebb29ae633440062d4b16.tar.bz2 rockbox-168e2424988c8142da8ebb29ae633440062d4b16.zip |
Fix the fix
Change-Id: I54b97fd0c208f775e4ee22cf8499f1da423ebc39
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/target/hosted/sdl/lcd-bitmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/sdl/lcd-bitmap.c b/firmware/target/hosted/sdl/lcd-bitmap.c index 0453435c09..ea30afea3b 100644 --- a/firmware/target/hosted/sdl/lcd-bitmap.c +++ b/firmware/target/hosted/sdl/lcd-bitmap.c @@ -162,7 +162,7 @@ void sim_backlight(int value) #endif } #else /* LCD_DEPTH > 8 */ -#if defined(HAVE_TRANSFLECTIVE_LCD ) && defined(HAVE_LCD_SLEEP) +#if defined(HAVE_TRANSFLECTIVE_LCD) && defined(HAVE_LCD_SLEEP) if (!lcd_active()) SDL_SetAlpha(lcd_surface, SDL_SRCALPHA, 0); else |