summaryrefslogtreecommitdiff
path: root/csv.c
diff options
context:
space:
mode:
Diffstat (limited to 'csv.c')
-rw-r--r--csv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/csv.c b/csv.c
index a155cb4..020a221 100644
--- a/csv.c
+++ b/csv.c
@@ -465,7 +465,7 @@ csv_write_field(FILE *out, const char *field, const csv_options_t * const csv_op
465} 465}
466 466
467void 467void
468csv_write(FILE *out, int n, const char *fields[], const csv_options_t * csv_options) 468csv_write_ex(FILE *out, int n, const char *fields[], const csv_options_t * csv_options)
469{ 469{
470 assert(out != NULL); 470 assert(out != NULL);
471 assert(fields != NULL); 471 assert(fields != NULL);