summaryrefslogtreecommitdiffstats
path: root/modules/freetype2/src/autofit/afpic.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/freetype2/src/autofit/afpic.h')
-rw-r--r--modules/freetype2/src/autofit/afpic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/freetype2/src/autofit/afpic.h b/modules/freetype2/src/autofit/afpic.h
index 98a45a26b..0c7345678 100644
--- a/modules/freetype2/src/autofit/afpic.h
+++ b/modules/freetype2/src/autofit/afpic.h
@@ -4,7 +4,7 @@
/* */
/* The FreeType position independent code services for autofit module. */
/* */
-/* Copyright 2009-2016 by */
+/* Copyright 2009-2018 by */
/* Oran Agra and Mickey Gabel. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -69,7 +69,7 @@ FT_BEGIN_HEADER
#define GET_PIC( lib ) \
- ( (AFModulePIC*)((lib)->pic_container.autofit) )
+ ( (AFModulePIC*)( (lib)->pic_container.autofit ) )
#define AF_SERVICES_GET \
( GET_PIC( library )->af_services )