summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/onplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 41e8d2d192..8be8903c84 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -329,7 +329,7 @@ static bool delete_handler(bool is_dir)
default:
/* ignore button releases */
- if (!(btn & BUTTON_REL))
+ if ((btn & BUTTON_REL))
exit = true;
break;
}