From 2ba9b895aafef38bf0bed064d5356328a926d431 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 11 Apr 2002 12:45:06 +0000 Subject: moved a #endif to stop compiler warnings for uisim on Linux git-svn-id: svn://svn.rockbox.org/rockbox/trunk@84 a1c6a512-1295-4272-9138-f99709370657 --- firmware/lcd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware') diff --git a/firmware/lcd.h b/firmware/lcd.h index 449adba57d..cd65925e61 100644 --- a/firmware/lcd.h +++ b/firmware/lcd.h @@ -299,8 +299,6 @@ extern void lcd_pattern (int which,char const *pattern,int count); static inline void lcd_goto (int x,int y) { lcd_instruction (LCD_CURSOR(x,y)); } -#endif - /*** BACKLIGHT ***/ static inline void lcd_toggle_backlight (void) @@ -314,4 +312,6 @@ static inline void lcd_turn_off_backlight (void) /*** ICONS ***/ +#endif /* HAVE_LCD_CHARCELLS */ + #endif -- cgit v1.2.3