summaryrefslogtreecommitdiffstats
path: root/test/parsecsv.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/parsecsv.c')
-rw-r--r--test/parsecsv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parsecsv.c b/test/parsecsv.c
index cc3b6aa9c..f0c2a1ac5 100644
--- a/test/parsecsv.c
+++ b/test/parsecsv.c
@@ -139,7 +139,7 @@ void hb_dispose_cell( hb_csv_cell_t *cell )
static uint16_t hb_parse_character( hb_csv_file_t * file )
{
int byte;
- uint16_t c;
+ uint16_t c = 0;
int need_char = 1;
if( file == NULL )