diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-25 17:08:17 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-25 17:08:17 +0000 |
commit | 550e55ffb507d475196ef09b8502d5415231d253 (patch) | |
tree | ac20b777aa96af8bc8d3df4c75b47e6dd5f69226 | |
parent | 320ef3e4d83a25946320fe380bac409f99d67540 (diff) |
The call to shutdown_screen() is only for recorder models
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4945 a1c6a512-1295-4272-9138-f99709370657
-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 b915b39225..25e0a370e9 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: |