Add missing , in converted font output

Submitted by:	Claude Buisson
This commit is contained in:
emaste 2014-05-29 16:18:46 +00:00
parent 7c98ae3376
commit 84e903a443

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]),