Anothe rminor typo; damn, I must've had a bad day when I refactored this :)
authorskeezix <skeezix@flotsam-vm.(none)>
Fri, 20 Nov 2009 18:59:04 +0000 (13:59 -0500)
committerskeezix <skeezix@flotsam-vm.(none)>
Fri, 20 Nov 2009 18:59:04 +0000 (13:59 -0500)
lib/pnd_device.c

index f853ffc..42a17ca 100644 (file)
@@ -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 ) ) {