From: handa Date: Tue, 23 Dec 2008 01:07:02 +0000 (+0000) Subject: (lookup_encoding_4): Fix typo. X-Git-Tag: REL-0-9-9~29 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4d1e258746005dea8023c93e758b6818e5fa83f5;p=m17n%2Flibotf.git (lookup_encoding_4): Fix typo. --- diff --git a/src/otfdrive.c b/src/otfdrive.c index 735681d..9286097 100644 --- a/src/otfdrive.c +++ b/src/otfdrive.c @@ -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) {