From fd9090900d653b51b1d7b335b1224c3b65353773 Mon Sep 17 00:00:00 2001 From: skeezix Date: Fri, 20 Nov 2009 13:59:04 -0500 Subject: [PATCH] Anothe rminor typo; damn, I must've had a bad day when I refactored this :) --- lib/pnd_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) ) { -- 2.39.5