]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo
authorK. Handa <handa@gnu.org>
Wed, 2 Sep 2015 10:11:05 +0000 (19:11 +0900)
committerK. Handa <handa@gnu.org>
Wed, 2 Sep 2015 10:11:05 +0000 (19:11 +0900)
* ftfont.c (ftfont_drive_otf): otf_positioning_type_components_mask -> OTF_positioning_type_components_mask.

src/ftfont.c

index a110cd8a8d8ad8dcabb0956fef37b0b5d4e132e6..98058aca343605e68013ed53f66ff23e9f75abc6 100644 (file)
@@ -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++;
            }