summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorChristi Scarborough <christi@coraline.org>2005-06-26 15:25:06 +0000
committerChristi Scarborough <christi@coraline.org>2005-06-26 15:25:06 +0000
commit37aaa13a3e10d01240aaea1b8f067db523e01549 (patch)
tree5dbec5165e64a9b38f511ce301d66a512c3bc6ac /apps
parent314c2dec1eee9f91076f263aa038d6ef1eca672d (diff)
downloadrockbox-37aaa13a3e10d01240aaea1b8f067db523e01549.tar.gz
rockbox-37aaa13a3e10d01240aaea1b8f067db523e01549.zip
Ooops
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6873 a1c6a512-1295-4272-9138-f99709370657
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 46413fe31b..652ed6c222 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -554,7 +554,7 @@ static void start_resume(bool just_powered_on)
554 global_settings.resume_index, 554 global_settings.resume_index,
555 global_settings.resume_offset); 555 global_settings.resume_offset);
556 556
557 if (!ask_resume(just_powered_on) && just_powered_on ) 557 if (!ask_resume(just_powered_on) )
558 return; 558 return;
559 559
560 if (playlist_resume() != -1) 560 if (playlist_resume() != -1)