diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-04-06 13:06:37 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-04-06 13:06:37 +0000 |
commit | 09e55a921883ab7e71bce19c49adc07705b827f5 (patch) | |
tree | d4a367b5d2484ebce97f6a6ac0e144c9e536e72f /apps/tree.c | |
parent | ce726be1955063786ce99bb10aa6b87c64a55e68 (diff) |
Connected my brain
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6257 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.c')
-rw-r--r-- | apps/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c index ca2cc84be7..7865e22447 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -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; } |