(lookup_encoding_4): Fix typo.
authorhanda <handa>
Tue, 23 Dec 2008 01:07:02 +0000 (01:07 +0000)
committerhanda <handa>
Tue, 23 Dec 2008 01:07:02 +0000 (01:07 +0000)
src/otfdrive.c

index 735681d..9286097 100644 (file)
@@ -1294,7 +1294,7 @@ lookup_encoding_4 (OTF_EncodingSubtable4 *sub4, OTF_GlyphString *gstring)
        gstring->glyphs[i].glyph_id = 0;
       for (j = 0; j < segCount; j++)
        {
-         OTF_cmapSegument *seg = sub4->segments + i;
+         OTF_cmapSegment *seg = sub4->segments + i;
 
          if (c >= seg->startCount && c <= seg->endCount)
            {