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:
parent
705e703f45
commit
6bfb1ab221
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue