aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/font.c')
-rw-r--r--src/font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.c b/src/font.c
index 8988b2193bd..91bb84239ae 100644
--- a/src/font.c
+++ b/src/font.c
@@ -2404,7 +2404,7 @@ font_check_otf_features (script, langsys, features, table)
2404/* Check if OTF_CAPABILITY satisfies SPEC (otf-spec). */ 2404/* Check if OTF_CAPABILITY satisfies SPEC (otf-spec). */
2405 2405
2406static int 2406static int
2407font_check_otf (spec, otf_capability) 2407font_check_otf (Lisp_Object spec, Lisp_Object otf_capability)
2408{ 2408{
2409 Lisp_Object script, langsys = Qnil, gsub = Qnil, gpos = Qnil; 2409 Lisp_Object script, langsys = Qnil, gsub = Qnil, gpos = Qnil;
2410 2410