Fixed typo in json output
This commit is contained in:
parent
3cfb0aa5a8
commit
3c9086dd63
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ static void print_test(FILE *f,
|
|||
);
|
||||
|
||||
while ((line = strtok_r(NULL, "\n", &saveptr))) {
|
||||
fprintf(f, ",\n \" %s\"\n", line);
|
||||
fprintf(f, ",\n \" %s\"", line);
|
||||
}
|
||||
free(dup);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue