From: skeezix Date: Fri, 20 Nov 2009 18:59:04 +0000 (-0500) Subject: Anothe rminor typo; damn, I must've had a bad day when I refactored this :) X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd9090900d653b51b1d7b335b1224c3b65353773;p=pandora-libraries.git Anothe rminor typo; damn, I must've had a bad day when I refactored this :) --- diff --git a/lib/pnd_device.c b/lib/pnd_device.c index f853ffc..42a17ca 100644 --- a/lib/pnd_device.c +++ b/lib/pnd_device.c @@ -71,7 +71,7 @@ unsigned char pnd_device_set_backlight ( unsigned int c ) { return ( pnd_device_open_write_close ( PND_DEVICE_SYS_BACKLIGHT_BRIGHTNESS, buffer ) ); } -unsigned int pnd_device_get_clock ( void ) { +unsigned int pnd_device_get_backlight ( void ) { char buffer [ 100 ]; if ( pnd_device_open_read_close ( PND_DEVICE_SYS_BACKLIGHT_BRIGHTNESS, buffer, 100 ) ) {