1
0
Fork 0
forked from len0rd/rockbox

Connected my brain

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6257 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-04-06 13:06:37 +00:00
parent ce726be195
commit 09e55a9218

View file

@ -485,7 +485,7 @@ static bool ask_resume(bool ask_once)
/* Handle sys events, ignore button releases */
default:
if(default_event_handler(button) == SYS_USB_CONNECTED ||
(IS_SYSEVENT(button) && !(button & BUTTON_REL)))
(!IS_SYSEVENT(button) && !(button & BUTTON_REL)))
stop = true;
break;
}