mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
missing parens
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31576 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
127af53c5b
commit
1280569106
1 changed files with 1 additions and 1 deletions
|
@ -2048,7 +2048,7 @@ static bool dbg_scrollwheel(void)
|
||||||
|
|
||||||
/* show effective accelerated scrollspeed */
|
/* show effective accelerated scrollspeed */
|
||||||
lcd_putsf(0, 6, "accel. speed: %4d",
|
lcd_putsf(0, 6, "accel. speed: %4d",
|
||||||
button_apply_acceleration( (1<<31)|(1<<24)|wheel_velocity);
|
button_apply_acceleration((1<<31)|(1<<24)|wheel_velocity) );
|
||||||
|
|
||||||
lcd_update();
|
lcd_update();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue