summaryrefslogtreecommitdiff
path: root/sys/src/libttf
diff options
context:
space:
mode:
authoraiju <devnull@localhost>2018-10-16 19:26:40 +0000
committeraiju <devnull@localhost>2018-10-16 19:26:40 +0000
commitd6164606d95183df5cc44fa5c7a1d0887ebb1578 (patch)
tree5a999f54c179005a2219a8aca4742725a8f87c06 /sys/src/libttf
parent4b507ed83d4082d7001a1b8b78e7338c2beb2c38 (diff)
ttf: SHZ also uses 0x36
Diffstat (limited to 'sys/src/libttf')
-rw-r--r--sys/src/libttf/hint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/libttf/hint.c b/sys/src/libttf/hint.c
index e6e36e097..66c8a6104 100644
--- a/sys/src/libttf/hint.c
+++ b/sys/src/libttf/hint.c
@@ -1542,7 +1542,7 @@ static void (*itable[256])(Hint *) = {
[0x30] h_iup, h_iup,
[0x32] h_shp, h_shp,
[0x34] h_shc, h_shc,
- [0x37] h_shz,
+ [0x36] h_shz, h_shz,
[0x38] h_shpix,
[0x39] h_ip,
[0x3a] h_msirp, h_msirp,