MFC r266847: Add missing , in converted font output

This commit is contained in:
emaste 2014-07-21 18:13:14 +00:00
parent 9cdf3487e3
commit 5c6edbfe08

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