Commit 302fd625905c7f281e8fe9d49212234aa78af62e

Werner Lemberg 2012-09-16T07:51:20

[autofit] Cosmetics.

diff --git a/src/autofit/aflatin.c b/src/autofit/aflatin.c
index 5455e62..539619a 100644
--- a/src/autofit/aflatin.c
+++ b/src/autofit/aflatin.c
@@ -302,7 +302,7 @@
         {
           FT_Pos  best_x = points[best_point].x;
           FT_Int  prev, next;
-          FT_Int best_on_point_first, best_on_point_last;
+          FT_Int  best_on_point_first, best_on_point_last;
           FT_Pos  dist;
 
 
@@ -2388,12 +2388,12 @@
     AF_UNIRANGE_REC(  0x1F00UL,  0x1FFFUL ),  /* Greek Extended */
     AF_UNIRANGE_REC(  0x2000UL,  0x206FUL ),  /* General Punctuation */
     AF_UNIRANGE_REC(  0x2070UL,  0x209FUL ),  /* Superscripts and Subscripts */
-    AF_UNIRANGE_REC(  0x2E00UL,  0x2E7FUL ),  /* Supplemental Punctuation */
     AF_UNIRANGE_REC(  0x20A0UL,  0x20CFUL ),  /* Currency Symbols */
     AF_UNIRANGE_REC(  0x2150UL,  0x218FUL ),  /* Number Forms */
     AF_UNIRANGE_REC(  0x2460UL,  0x24FFUL ),  /* Enclosed Alphanumerics */
     AF_UNIRANGE_REC(  0x2C60UL,  0x2C7FUL ),  /* Latin Extended-C */
     AF_UNIRANGE_REC(  0x2DE0UL,  0x2DFFUL ),  /* Cyrillic Extended-A */
+    AF_UNIRANGE_REC(  0x2E00UL,  0x2E7FUL ),  /* Supplemental Punctuation */
     AF_UNIRANGE_REC(  0xA640UL,  0xA69FUL ),  /* Cyrillic Extended-B */
     AF_UNIRANGE_REC(  0xA720UL,  0xA7FFUL ),  /* Latin Extended-D */
     AF_UNIRANGE_REC(  0xFB00UL,  0xFB06UL ),  /* Alphab. Present. Forms (Latin Ligs) */