From 00094511f43beda5cca4f2f29772b3bc4a42d04d Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 23 Mar 2008 08:42:32 +0000 Subject: [PATCH] Oooops, fix yellow. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16758 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bubbles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c index 354f4fa67c..a5dbf6d42b 100644 --- a/apps/plugins/bubbles.c +++ b/apps/plugins/bubbles.c @@ -2284,7 +2284,7 @@ static int bubbles_handlebuttons(struct game_context* bb, bool animblock, if (timeout < 0) timeout = 0; button = pluginlib_getaction(rb,timeout,plugin_contexts,2); -#ifdef HAS_BUTTON_HOLD && !defined(HAVE_REMOTE_LCD_AS_MAIN) +#if defined(HAS_BUTTON_HOLD) && !defined(HAVE_REMOTE_LCD_AS_MAIN) /* FIXME: Should probably check remote hold here */ if (rb->button_hold()) button = BUBBLES_START;