summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index d9d23d277a..938492b168 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -1005,7 +1005,7 @@ static int dirbrowse(void)
1005 } 1005 }
1006 } 1006 }
1007 } 1007 }
1008 return true; 1008 return GO_TO_ROOT;
1009} 1009}
1010 1010
1011int create_playlist(void) 1011int create_playlist(void)