From bd133c352e262bd7faf9bab5a14980f02634552e Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sun, 1 Mar 2015 07:45:36 +0100 Subject: [PATCH] Minor typo. --- src/autofit/afhints.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/autofit/afhints.h b/src/autofit/afhints.h index 2a4c35cf5..cfb107d01 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 */