summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
authorChristi Scarborough <christi@coraline.org>2005-06-26 15:50:26 +0000
committerChristi Scarborough <christi@coraline.org>2005-06-26 15:50:26 +0000
commitb16cc2636ec29e0f3dacf67154f2422b08895e58 (patch)
treefddae595fadbcdc95321e9792539510bcabcd47e /apps/tree.c
parent9bfea3e7467bfbcb59de6b70ed13092be954f451 (diff)
downloadrockbox-b16cc2636ec29e0f3dacf67154f2422b08895e58.tar.gz
rockbox-b16cc2636ec29e0f3dacf67154f2422b08895e58.zip
Fix broken Ondio bulids
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6875 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 652ed6c222..e6b79889c6 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -475,7 +475,9 @@ static bool ask_resume(bool just_powered_on)
475#ifdef TREE_RC_RUN_PRE 475#ifdef TREE_RC_RUN_PRE
476 case TREE_RC_RUN_PRE: /* catch the press, not the release */ 476 case TREE_RC_RUN_PRE: /* catch the press, not the release */
477#else 477#else
478#ifdef TREE_RC_RUN
478 case TREE_RC_RUN: 479 case TREE_RC_RUN:
480#endif
479#endif 481#endif
480 ignore_power = false; 482 ignore_power = false;
481 /* Don't ignore the power button for subsequent calls */ 483 /* Don't ignore the power button for subsequent calls */