emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master fa5a9c7 3/3: Fix typo


From: Kenichi Handa
Subject: [Emacs-diffs] master fa5a9c7 3/3: Fix typo
Date: Wed, 02 Sep 2015 10:11:27 +0000

branch: master
commit fa5a9c7bae6d484107162641d16b1b38312ac225
Author: K. Handa <address@hidden>
Commit: K. Handa <address@hidden>

    Fix typo
    
    * ftfont.c (ftfont_drive_otf): otf_positioning_type_components_mask -> 
OTF_positioning_type_components_mask.
---
 src/ftfont.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ftfont.c b/src/ftfont.c
index a110cd8..98058ac 100644
--- a/src/ftfont.c
+++ b/src/ftfont.c
@@ -1936,7 +1936,7 @@ ftfont_drive_otf (MFLTFont *font,
            }
 #ifdef OTF_POSITIONING_TYPE_GET_FORMAT
          g->libotf_positioning_type
-           = otfg->positioning_type & otf_positioning_type_components_mask;
+           = otfg->positioning_type & OTF_positioning_type_components_mask;
 #endif
          for (i++, otfg++; (i < otf_gstring.used
                             && otfg->f.index.from == otfg[-1].f.index.from);
@@ -1963,7 +1963,7 @@ ftfont_drive_otf (MFLTFont *font,
                }
 #ifdef OTF_POSITIONING_TYPE_GET_FORMAT
              g->libotf_positioning_type
-               = otfg->positioning_type & otf_positioning_type_components_mask;
+               = otfg->positioning_type & OTF_positioning_type_components_mask;
 #endif
              out->used++;
            }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]