Fix yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20408 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
71812ca1fd
commit
56086db778
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue