git.openpandora.org
/
pandora-libraries.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
503d398
)
Anothe rminor typo; damn, I must've had a bad day when I refactored this :)
author
skeezix
<skeezix@flotsam-vm.(none)>
Fri, 20 Nov 2009 18:59:04 +0000
(13:59 -0500)
committer
skeezix
<skeezix@flotsam-vm.(none)>
Fri, 20 Nov 2009 18:59:04 +0000
(13:59 -0500)
lib/pnd_device.c
patch
|
blob
|
history
diff --git
a/lib/pnd_device.c
b/lib/pnd_device.c
index
f853ffc
..
42a17ca
100644
(file)
--- 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 ) ) {