X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fvmem.c;h=a4112bbbad1d1d3f3a09eeede81b45cbea85b46b;hp=2ab7dda79906cc534ad8c35a544d149f449ba212;hb=54619dc85fd308b21ed09a0271e5c7383c7921b9;hpb=d53b2151ae583d6fc38b1a4dd49a3469635a84c8 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,