aboutsummaryrefslogtreecommitdiff
path: root/modules/devices/battery.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/devices/battery.c')
-rw-r--r--modules/devices/battery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/devices/battery.c b/modules/devices/battery.c
index 58ec0d0d..53fca740 100644
--- a/modules/devices/battery.c
+++ b/modules/devices/battery.c
@@ -208,7 +208,7 @@ __scan_battery_acpi(void)
g_free(manufacturer);
present = capacity = technology = type = \
- model = serial = state = remaining = rate = NULL;
+ model = serial = state = remaining = rate = manufacturer = NULL;
}
g_dir_close(acpi);