mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Fix someone elses yellow and red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25434 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ce6ec7fef8
commit
e53ede9b2b
2 changed files with 3 additions and 1 deletions
|
|
@ -119,6 +119,6 @@ void scrollwheel(unsigned int wheel_value)
|
|||
|
||||
old_wheel_value = wheel_value;
|
||||
#else
|
||||
(void)wheel_value
|
||||
(void)wheel_value;
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue