From 6bc072cd54a8d9efd81f6be16ef2a8d0dfa17ac2 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Tue, 23 Jun 2020 17:28:46 +0200 Subject: code cleanup --- csv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csv.c') 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 } void -csv_write(FILE *out, int n, const char *fields[], const csv_options_t * csv_options) +csv_write_ex(FILE *out, int n, const char *fields[], const csv_options_t * csv_options) { assert(out != NULL); assert(fields != NULL); -- cgit v1.3