summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index b915b39225..25e0a370e9 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -1017,7 +1017,6 @@ static bool dirbrowse(char *root, int *dirfilter)
1017 1017
1018#ifdef HAVE_RECORDER_KEYPAD 1018#ifdef HAVE_RECORDER_KEYPAD
1019 case BUTTON_OFF | BUTTON_REL: 1019 case BUTTON_OFF | BUTTON_REL:
1020#endif
1021 /* Stop the music if it is playing, else show the shutdown 1020 /* Stop the music if it is playing, else show the shutdown
1022 screen */ 1021 screen */
1023 if(mpeg_status()) 1022 if(mpeg_status())
@@ -1029,6 +1028,7 @@ static bool dirbrowse(char *root, int *dirfilter)
1029 } 1028 }
1030 } 1029 }
1031 break; 1030 break;
1031#endif
1032 1032
1033#ifdef HAVE_RECORDER_KEYPAD 1033#ifdef HAVE_RECORDER_KEYPAD
1034 case BUTTON_OFF | BUTTON_REPEAT: 1034 case BUTTON_OFF | BUTTON_REPEAT: