From ef35bb9d475ca46b9d2efbba31a5a7a3f18d044a Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Thu, 16 Nov 2006 03:12:27 +0000 Subject: fix builds git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11537 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bubbles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/bubbles.c') diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c index e5a094e053..cb6ba41b29 100755 --- a/apps/plugins/bubbles.c +++ b/apps/plugins/bubbles.c @@ -2490,7 +2490,7 @@ static int bubbles(struct game_context* bb) { rb->lcd_update(); /* handle menu button presses */ - button = pluginlib_getaction(rb,timeout,plugin_contexts,2); + button = pluginlib_getaction(rb,TIMEOUT_BLOCK,plugin_contexts,2); switch(button){ case PLA_START: /* start playing */ bb->level = startlevel; -- cgit v1.2.3