Fix a typo in the comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20422 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1a6bcfa2c1
commit
249800c1ae
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ enum plugin_status plugin_start(const void* parameter)
|
|||
temp_changed = (value == NULL) || (color != old_color);
|
||||
break;
|
||||
default:
|
||||
/* Should never happend but makes compiler happy */
|
||||
/* Should never happen but makes compiler happy */
|
||||
temp_changed = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue