From: Florian Forster Date: Fri, 1 May 2009 14:34:15 +0000 (+0200) Subject: battery plugin: Fix a typo. X-Git-Tag: collectd-4.5.4~16 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=98ace6ba53855a4984e79bd7a6ed9a785478ba4f;p=collectd.git battery plugin: Fix a typo. --- diff --git a/src/battery.c b/src/battery.c index 578884af..70d0486b 100644 --- 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];