aboutsummaryrefslogtreecommitdiff
path: root/csv-perf.c
diff options
context:
space:
mode:
Diffstat (limited to 'csv-perf.c')
-rw-r--r--csv-perf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/csv-perf.c b/csv-perf.c
index 51bf9ff..37616e4 100644
--- a/csv-perf.c
+++ b/csv-perf.c
@@ -13,7 +13,7 @@ test(FILE *f)
13 int line = 0; 13 int line = 0;
14 csv_t csv = { 0 }; 14 csv_t csv = { 0 };
15 15
16 while ( csv_read(&csv, f) != EOF ) { 16 while ( csv_read(&csv, f) ) {
17 ++line; 17 ++line;
18 } 18 }
19 19