summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5321d69)
raw | patch | inline | side by side (parent: 5321d69)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Mon, 29 Feb 2016 22:37:04 +0000 (23:37 +0100) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Mon, 29 Feb 2016 22:37:04 +0000 (23:37 +0100) |
src/battery.c | patch | blob | history |
diff --git a/src/battery.c b/src/battery.c
index 4178d8b5145f2b728e5c7c949d72ebd8d126a89e..d921484dc74e410191aee2fbc08d37dddfc1db52 100644 (file)
--- a/src/battery.c
+++ b/src/battery.c
@@ -111,7 +111,7 @@ static void battery_submit (const char *plugin_instance, const char *type, doubl
} /* void battery_submit */
#if HAVE_IOKIT_PS_IOPOWERSOURCES_H || HAVE_IOKIT_IOKITLIB_H
-double dict_get_double (CFDictionaryRef dict, char *key_string)
+static double dict_get_double (CFDictionaryRef dict, char *key_string)
{
double val_double;
long long val_int;