From b16cc2636ec29e0f3dacf67154f2422b08895e58 Mon Sep 17 00:00:00 2001 From: Christi Scarborough Date: Sun, 26 Jun 2005 15:50:26 +0000 Subject: Fix broken Ondio bulids git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6875 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.c | 2 ++ 1 file changed, 2 insertions(+) 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) #ifdef TREE_RC_RUN_PRE case TREE_RC_RUN_PRE: /* catch the press, not the release */ #else +#ifdef TREE_RC_RUN case TREE_RC_RUN: +#endif #endif ignore_power = false; /* Don't ignore the power button for subsequent calls */ -- cgit v1.2.3