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 be11b9a2da..e057623c1c 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -628,7 +628,7 @@ int onplay(char* file, int attr, int from)
628 } 628 }
629 } 629 }
630 630
631 if (!(attr & ATTR_DIRECTORY) && attr) 631 if (!(attr & ATTR_DIRECTORY))
632 { 632 {
633 items[i].desc = ID2P(LANG_ONPLAY_OPEN_WITH); 633 items[i].desc = ID2P(LANG_ONPLAY_OPEN_WITH);
634 items[i].function = list_viewers; 634 items[i].function = list_viewers;