2nd fix attempt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1697 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
59bc319237
commit
82d5979465
1 changed files with 1 additions and 1 deletions
|
@ -345,6 +345,7 @@ void display_mute_text(bool muted)
|
|||
int wps_show(void)
|
||||
{
|
||||
struct mp3entry* id3 = NULL;
|
||||
int retval;
|
||||
bool dont_go_to_menu = false;
|
||||
bool menu_button_is_down = false;
|
||||
bool pending_keylock = true; /* Keylock will go ON next time */
|
||||
|
@ -491,7 +492,6 @@ int wps_show(void)
|
|||
break;
|
||||
|
||||
case BUTTON_MENU | BUTTON_ON:
|
||||
int retval;
|
||||
if (keys_locked)
|
||||
{
|
||||
display_keylock_text(keys_locked);
|
||||
|
|
Loading…
Reference in a new issue