Minor typo.

This commit is contained in:
Werner Lemberg 2015-03-01 07:45:36 +01:00
parent 6381541bd0
commit bd133c352e
1 changed files with 1 additions and 1 deletions

View File

@ -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 */