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
This commit is contained in:
Bertrik Sikken 2008-05-26 06:55:51 +00:00
parent 705e703f45
commit 6bfb1ab221

View file

@ -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: