Fix yellow

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20408 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alexander Levin 2009-03-20 19:37:11 +00:00
parent 71812ca1fd
commit 56086db778

View file

@ -424,6 +424,9 @@ enum plugin_status plugin_start(const void* parameter)
rb->set_color(rb->screens[SCREEN_MAIN], name, &color, -1);
temp_changed = (value == NULL) || (color != old_color);
break;
default:
/* Should never happend but makes compiler happy */
temp_changed = false;
}
if (temp_changed)