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:
Justin Heiner 2002-08-13 08:18:58 +00:00
parent 82d5979465
commit bd960916ca

View file

@ -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 */