Code police myself.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19226 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Steve Bavin 2008-11-26 11:18:26 +00:00
parent 4bde6daad0
commit 6d498d2831

View file

@ -72,7 +72,7 @@ static unsigned short buttonlight_trigger_now;
/* Assumes that the backlight has been initialized */
void _backlight_set_brightness(int brightness)
{
(void) brightness; // Actually handled in led_control_service()
(void) brightness; /* Actually handled in led_control_service() */
backlight_control = BACKLIGHT_CONTROL_SET;
}