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
This commit is contained in:
Daniel Stenberg 2002-04-11 12:45:06 +00:00
parent fa2669667b
commit 2ba9b895aa
1 changed files with 2 additions and 2 deletions

View File

@ -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