MFC r266847: Add missing , in converted font output
This commit is contained in:
parent
9cdf3487e3
commit
5c6edbfe08
@ -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]),
|
||||
|
Loading…
Reference in New Issue
Block a user