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