aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPo Lu2023-03-30 11:25:15 +0800
committerPo Lu2023-03-30 11:25:15 +0800
commit8bf461bd36920b438c6ec60c2ae7750e7f9c755b (patch)
treeb86e26b09c72920bf8c31633370d95207fe762a5 /src
parent8719ad534bb482039fca2b234d39750b49e80222 (diff)
downloademacs-8bf461bd36920b438c6ec60c2ae7750e7f9c755b.tar.gz
emacs-8bf461bd36920b438c6ec60c2ae7750e7f9c755b.zip
; * src/sfnt.c (GETINFO): Fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/sfnt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sfnt.c b/src/sfnt.c
index 564f5d883bd..f30093ba765 100644
--- a/src/sfnt.c
+++ b/src/sfnt.c
@@ -6511,7 +6511,8 @@ sfnt_interpret_trap (struct sfnt_interpreter *interpreter,
6511 if (selector & 1) \ 6511 if (selector & 1) \
6512 k |= 02; \ 6512 k |= 02; \
6513 \ 6513 \
6514 if (selector & 8 && interpreter->n_axis) \ 6514 if (selector & 8 \
6515 && interpreter->norm_coords) \
6515 k |= 02000; \ 6516 k |= 02000; \
6516 \ 6517 \
6517 PUSH_UNCHECKED (k); \ 6518 PUSH_UNCHECKED (k); \