Add missing , in converted font output

Submitted by:	Claude Buisson
This commit is contained in:
Ed Maste 2014-05-29 16:18:46 +00:00
parent 64e9726555
commit bf28fdf53f

View File

@ -139,7 +139,7 @@ print_info(struct file_header *fh)
else
printf("\t\t\t\t NULL,\n");
}
printf("\t\t\t\t }\n");
printf("\t\t\t\t },\n");
printf("\t.vf_map_count\t\t= { %u, %u, %u, %u },\n",
be32toh(fh->map_count[0]),
be32toh(fh->map_count[1]),