From 2a4c823f89cd9bd01cf9ccc8bcefc976ce06e32a Mon Sep 17 00:00:00 2001 From: Alexei Podtelezhnikov Date: Fri, 20 May 2016 22:04:01 -0400 Subject: Parentheses. --- devel/ftoption.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/ftoption.h') diff --git a/devel/ftoption.h b/devel/ftoption.h index 2360ec693..d20df81ed 100644 --- a/devel/ftoption.h +++ b/devel/ftoption.h @@ -632,7 +632,7 @@ FT_BEGIN_HEADER /* */ /* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING 1 */ /* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING 2 */ -#define TT_CONFIG_OPTION_SUBPIXEL_HINTING 1 | 2 +#define TT_CONFIG_OPTION_SUBPIXEL_HINTING ( 1 | 2 ) /*************************************************************************/ -- cgit v1.2.1