diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c index b915b39..25e0a37 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -1017,7 +1017,6 @@ static bool dirbrowse(char *root, int *dirfilter) #ifdef HAVE_RECORDER_KEYPAD case BUTTON_OFF | BUTTON_REL: -#endif /* Stop the music if it is playing, else show the shutdown screen */ if(mpeg_status()) @@ -1029,6 +1028,7 @@ static bool dirbrowse(char *root, int *dirfilter) } } break; +#endif #ifdef HAVE_RECORDER_KEYPAD case BUTTON_OFF | BUTTON_REPEAT: |