X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Ftape.c;h=c95ebfb4edbe90c82098f4028f42751f74040058;hb=0e73c26f5670b2f11eecfdadaf545bcc7f260658;hp=ccf88255c0110e7a1d47e10febc28b0fb05d0e65;hpb=164e3aed7d737055ac7aa2d0cc9981247f32a491;p=collectd.git 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;