summaryrefslogtreecommitdiff
path: root/devel/ftoption.h
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2016-05-20 22:04:01 -0400
committerAlexei Podtelezhnikov <apodtele@gmail.com>2016-05-20 22:04:01 -0400
commit2a4c823f89cd9bd01cf9ccc8bcefc976ce06e32a (patch)
tree100d9f36cb5ffd59abe8734352852cf323931f41 /devel/ftoption.h
parent01de37e54ff1ab33a29ef4824bb0f644a48fe316 (diff)
downloadfreetype2-2a4c823f89cd9bd01cf9ccc8bcefc976ce06e32a.tar.gz
Parentheses.
Diffstat (limited to 'devel/ftoption.h')
-rw-r--r--devel/ftoption.h2
1 files changed, 1 insertions, 1 deletions
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 )
/*************************************************************************/