summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 602f0df)
raw | patch | inline | side by side (parent: 602f0df)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 16 Apr 2016 13:14:09 +0000 (15:14 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 16 Apr 2016 13:14:09 +0000 (15:14 +0200) |
src/daemon/plugin.c | patch | blob | history |
diff --git a/src/daemon/plugin.c b/src/daemon/plugin.c
index e593939545c7c832bf036db561ed9f8a389fe1ae..7e905f97456cae24e65950db0055e48a9b80ea6d 100644 (file)
--- a/src/daemon/plugin.c
+++ b/src/daemon/plugin.c
assert (template->values_len == 1);
- /* Calculate sum for Gauge to calculate percent if needed */
+ /* Calculate sum for Gauge to calculate percent if needed */
if (DS_TYPE_GAUGE == store_type) {
va_start (ap, store_type);
while (42)