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 53058b3bc9..4558da72fe 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -850,7 +850,7 @@ int onplay(char* file, int attr, int from)
850 850
851 if (context == CONTEXT_WPS || 851 if (context == CONTEXT_WPS ||
852 context == CONTEXT_TREE || 852 context == CONTEXT_TREE ||
853 (context == CONTEXT_ID3DB)) 853 context == CONTEXT_ID3DB)
854 { 854 {
855 items[i].desc = ID2P(LANG_PLAYLIST); 855 items[i].desc = ID2P(LANG_PLAYLIST);
856 items[i].function = playlist_options; 856 items[i].function = playlist_options;