X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fvmem.c;h=a4112bbbad1d1d3f3a09eeede81b45cbea85b46b;hb=21c84cec32921e6de8feaa5496f337496379ea23;hp=2ab7dda79906cc534ad8c35a544d149f449ba212;hpb=ee771cb0c5df11fad393de41571effb9708f0873;p=collectd.git diff --git a/src/vmem.c b/src/vmem.c index 2ab7dda7..a4112bbb 100644 --- a/src/vmem.c +++ b/src/vmem.c @@ -60,7 +60,8 @@ static void submit(const char *plugin_instance, const char *type, static void submit_two(const char *plugin_instance, const char *type, const char *type_instance, derive_t c0, derive_t c1) { value_t values[] = { - {.derive = c0}, {.derive = c1}, + {.derive = c0}, + {.derive = c1}, }; submit(plugin_instance, type, type_instance, values,