projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac1aa53
)
battery plugin: Fix a typo.
author
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Fri, 1 May 2009 14:34:15 +0000
(16:34 +0200)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Fri, 1 May 2009 14:34:15 +0000
(16:34 +0200)
src/battery.c
patch
|
blob
|
history
diff --git
a/src/battery.c
b/src/battery.c
index
578884a
..
70d0486
100644
(file)
--- a/
src/battery.c
+++ b/
src/battery.c
@@
-441,7
+441,7
@@
static int battery_read (void)
/* #endif HAVE_IOKIT_IOKITLIB_H || HAVE_IOKIT_PS_IOPOWERSOURCES_H */
#elif KERNEL_LINUX
- static c_complain_t acpi_dir_complaint = C_COMPLAIN_INIT
_STATIC
;
+ static c_complain_t acpi_dir_complaint = C_COMPLAIN_INIT;
FILE *fh;
char buffer[1024];