diff options
author | mischief <mischief@offblast.org> | 2018-10-13 02:20:31 -0700 |
---|---|---|
committer | mischief <mischief@offblast.org> | 2018-10-13 02:20:31 -0700 |
commit | df89d898f0c643d846002a3902da63fd8862119e (patch) | |
tree | 8d37ece5e9c87d0cf5a95bcd0b45607c7efd5840 /sys/src/libttf | |
parent | c22ebef4e1221a3fb276524a86bc3b25d2662653 (diff) |
libttf: instruction 0x24 is DEPTH, not CLEAR
Diffstat (limited to 'sys/src/libttf')
-rw-r--r-- | sys/src/libttf/hint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/libttf/hint.c b/sys/src/libttf/hint.c index 19d36632c..2b68db2a8 100644 --- a/sys/src/libttf/hint.c +++ b/sys/src/libttf/hint.c @@ -1469,7 +1469,7 @@ static void (*itable[256])(Hint *) = { [0x21] h_pop, [0x22] h_clear, [0x23] h_swap, - [0x24] h_clear, + [0x24] h_depth, [0x25] h_cindex, [0x26] h_mindex, [0x2a] h_loopcall, |