X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Ftape.c;h=c95ebfb4edbe90c82098f4028f42751f74040058;hp=ccf88255c0110e7a1d47e10febc28b0fb05d0e65;hb=48efd3deb4c9139fd060ff3d289896e9031bcc7c;hpb=7045c4b543304ffabaa30a2ca9183489e75eafe3 diff --git a/src/tape.c b/src/tape.c index ccf88255..c95ebfb4 100644 --- a/src/tape.c +++ b/src/tape.c @@ -63,7 +63,8 @@ static void tape_submit(const char *plugin_instance, const char *type, derive_t read, derive_t write) { value_list_t vl = VALUE_LIST_INIT; value_t values[] = { - {.derive = read}, {.derive = write}, + {.derive = read}, + {.derive = write}, }; vl.values = values;