(mflt_run): Fix typo.
authorhanda <handa>
Wed, 7 Nov 2007 12:00:49 +0000 (12:00 +0000)
committerhanda <handa>
Wed, 7 Nov 2007 12:00:49 +0000 (12:00 +0000)
src/m17n-flt.c

index e850382..4f4c147 100644 (file)
@@ -2378,7 +2378,7 @@ mflt_run (MFLTGlyphString *gstring, int from, int to,
     {
       if (! auto_flt)
        {
-         for (this_to = this_from; this_to < to; i++)
+         for (this_to = this_from; this_to < to; this_to++)
            if (mchartable_lookup (flt->coverage, GREF (gstring, this_to)->c))
              break;
        }