print newline after csv headers
This commit is contained in:
parent
b606544591
commit
1ed0c2a32d
@ -44,7 +44,8 @@ int csv_init(struct state_conf *conf, char **fields, int fieldlens)
|
|||||||
fprintf(file, ", ");
|
fprintf(file, ", ");
|
||||||
}
|
}
|
||||||
fprintf(file, "%s", fields[i]);
|
fprintf(file, "%s", fields[i]);
|
||||||
}
|
}
|
||||||
|
fprintf(file, "\n");
|
||||||
}
|
}
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user