Fix remaining reds/yellows.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26024 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-05-14 13:21:40 +00:00
parent ac43fd367a
commit 0246f0ceb4
7 changed files with 19 additions and 11 deletions

View file

@ -174,7 +174,7 @@ struct screen screens[NB_SCREENS] =
#ifdef HAVE_LCD_CHARCELLS
.double_height=&lcd_double_height,
.putc=&lcd_putc,
.putchar=&lcd_putc,
.get_locked_pattern=&lcd_get_locked_pattern,
.define_pattern=&lcd_define_pattern,
.unlock_pattern=&lcd_unlock_pattern,