diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2008-05-28 10:49:00 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2008-05-28 10:49:00 +0000 |
| commit | 0f7f5f2267dd7447466f28946d57597b1c0b78c7 (patch) | |
| tree | 32ac2f252973c9bbe1eb45ffdb71d36e8650b59c | |
| parent | cdf18bf388b5469800c65e4d6fe77cba27b2b8e3 (diff) | |
| download | rockbox-0f7f5f2267dd7447466f28946d57597b1c0b78c7.zip rockbox-0f7f5f2267dd7447466f28946d57597b1c0b78c7.tar.gz rockbox-0f7f5f2267dd7447466f28946d57597b1c0b78c7.tar.bz2 rockbox-0f7f5f2267dd7447466f28946d57597b1c0b78c7.tar.xz | |
Fix yellow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17642 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/lcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h index 45a6850..a7f4d7e 100644 --- a/firmware/export/lcd.h +++ b/firmware/export/lcd.h @@ -344,8 +344,8 @@ extern bool lcd_enabled(void); /* Register a hook that is called when the lcd is powered and after the * framebuffer data is synchronized */ void lcd_set_enable_hook(void (*enable_hook)(void)); -void lcd_call_enable_hook(void); #endif /* HAVE_LCD_ENABLE */ +void lcd_call_enable_hook(void); #ifdef HAVE_LCD_SLEEP /* Put the LCD into a power saving state deeper than lcd_enable(false). */ |