From 98ace6ba53855a4984e79bd7a6ed9a785478ba4f Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Fri, 1 May 2009 16:34:15 +0200 Subject: [PATCH] battery plugin: Fix a typo. --- src/battery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.11.0