Fix some player build errors.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6837 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
97a8049389
commit
422a141a6e
1 changed files with 3 additions and 1 deletions
|
@ -1367,8 +1367,10 @@ bool browse_id3(void)
|
|||
else
|
||||
menu_pos = 0;
|
||||
break;
|
||||
|
||||
|
||||
#ifdef SETTINGS_OK2
|
||||
case SETTINGS_OK2:
|
||||
#endif
|
||||
case SETTINGS_CANCEL:
|
||||
lcd_stop_scroll();
|
||||
/* eat release event */
|
||||
|
|
Loading…
Reference in a new issue