fixing typo
This commit is contained in:
parent
34fcd0b409
commit
d88a0c9e64
|
@ -358,7 +358,7 @@
|
|||
table_size = face->horz_metrics_size;
|
||||
}
|
||||
|
||||
table_end = table_pos + table_end;
|
||||
table_end = table_pos + table_size;
|
||||
|
||||
k = header->number_Of_HMetrics;
|
||||
|
||||
|
|
Loading…
Reference in New Issue