OK, this should fix it
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1698 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
82d5979465
commit
bd960916ca
1 changed files with 3 additions and 0 deletions
|
@ -345,7 +345,10 @@ void display_mute_text(bool muted)
|
|||
int wps_show(void)
|
||||
{
|
||||
struct mp3entry* id3 = NULL;
|
||||
|
||||
#ifdef HAVE_PLAYER_KEYPAD
|
||||
int retval;
|
||||
#endif
|
||||
bool dont_go_to_menu = false;
|
||||
bool menu_button_is_down = false;
|
||||
bool pending_keylock = true; /* Keylock will go ON next time */
|
||||
|
|
Loading…
Reference in a new issue