ref: bd133c352e262bd7faf9bab5a14980f02634552e
parent: 6381541bd01d3ede6f4add469eff8a46fb915811
author: Werner Lemberg <[email protected]>
date: Sun Mar 1 02:45:36 EST 2015
Minor typo.
--- a/src/autofit/afhints.h
+++ b/src/autofit/afhints.h
@@ -219,7 +219,7 @@
#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 */