diff options
Diffstat (limited to 'csv-perf.c')
| -rw-r--r-- | csv-perf.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
