From 6bfb1ab221b483880173c7af8e55591a73d781de Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Mon, 26 May 2008 06:55:51 +0000 Subject: Fix argument for call to rb->button_get_w_tmo function (should be and int instead of a bool). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17633 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/xobox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c index 5054fd21b1..5fb7072b6a 100644 --- a/apps/plugins/xobox.c +++ b/apps/plugins/xobox.c @@ -913,7 +913,7 @@ static int xobox_loop (void) } #endif - button = rb->button_get_w_tmo (true); + button = rb->button_get_w_tmo (1); switch (button) { case UP: case UP|BUTTON_REPEAT: -- cgit v1.2.3