diff options
Diffstat (limited to 'test/parsecsv.h')
-rw-r--r-- | test/parsecsv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parsecsv.h b/test/parsecsv.h index 6247ddb44..f3e27a751 100644 --- a/test/parsecsv.h +++ b/test/parsecsv.h @@ -33,4 +33,4 @@ void hb_close_csv_file( hb_csv_file_t *file ); /* Parse CSV Cells */ hb_csv_cell_t *hb_read_next_cell( hb_csv_file_t *file ); -void hb_dispose_cell( hb_csv_cell_t *cell );
\ No newline at end of file +void hb_dispose_cell( hb_csv_cell_t *cell ); |