Commit bd133c352e262bd7faf9bab5a14980f02634552e

Werner Lemberg 2015-03-01T07:45:36

Minor typo.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/autofit/afhints.h b/src/autofit/afhints.h
index 2a4c35c..cfb107d 100644
--- a/src/autofit/afhints.h
+++ b/src/autofit/afhints.h
@@ -219,7 +219,7 @@ FT_BEGIN_HEADER
 #define AF_FLAG_TOUCH_Y  ( 1U << 3 )
 
   /* candidates for weak interpolation have this flag set */
-#define AF_FLAG_WEAK_INTERPOLATION  ( 1 << 4 )
+#define AF_FLAG_WEAK_INTERPOLATION  ( 1U << 4 )
 
 
   /* edge hint flags */