One more try: Fix remaining reds and yellows

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20335 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-03-17 04:01:11 +00:00
parent 7e7d8ebfef
commit 9771c9c771
8 changed files with 80 additions and 77 deletions

View file

@ -196,7 +196,7 @@ void lcd_enable(bool yesno)
if (yesno == is_lcd_enabled)
return;
if (is_lcd_enabled = yesno)
if ((is_lcd_enabled = yesno))
{
lcd_send_command(R_STANDBY_OFF);
lcd_send_command(R_DISPLAY_ON);