summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index cfda5f4105..c7b0f7ac7d 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -571,7 +571,7 @@ static bool delete_handler(bool is_dir)
571 if (!res) 571 if (!res)
572 onplay_result = ONPLAY_RELOAD_DIR; 572 onplay_result = ONPLAY_RELOAD_DIR;
573 573
574 return ((res == 0) ? true:false); 574 return (res == 0);
575} 575}
576 576
577 577