X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils%2Fformat_json%2Fformat_json_test.c;h=30c89bb584f0be555b28416dda596e7f66daed0c;hb=ec9234cd682510ad4b56faceb977865437de9378;hp=d04160491fbeae494ec43de61a0bd36a0f297198;hpb=ee771cb0c5df11fad393de41571effb9708f0873;p=collectd.git diff --git a/src/utils/format_json/format_json_test.c b/src/utils/format_json/format_json_test.c index d0416049..30c89bb5 100644 --- a/src/utils/format_json/format_json_test.c +++ b/src/utils/format_json/format_json_test.c @@ -131,7 +131,8 @@ static int test_string(void *ctx, unsigned char const *value, static int expect_json_labels(char *json, label_t *labels, size_t labels_num) { yajl_callbacks funcs = { - .yajl_string = test_string, .yajl_map_key = test_map_key, + .yajl_string = test_string, + .yajl_map_key = test_map_key, }; test_case_t c = {labels, labels_num, NULL};