summaryrefslogtreecommitdiff
path: root/core/include/thirdparties/freetype/freetype/config/ftconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/include/thirdparties/freetype/freetype/config/ftconfig.h')
-rw-r--r--core/include/thirdparties/freetype/freetype/config/ftconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/include/thirdparties/freetype/freetype/config/ftconfig.h b/core/include/thirdparties/freetype/freetype/config/ftconfig.h
index e4eb4dcba2..b971d146ed 100644
--- a/core/include/thirdparties/freetype/freetype/config/ftconfig.h
+++ b/core/include/thirdparties/freetype/freetype/config/ftconfig.h
@@ -337,7 +337,7 @@ FT_BEGIN_HEADER
/* Provide assembler fragments for performance-critical functions. */
/* These must be defined `static __inline__' with GCC. */
- /**Johnson add !defined( __thumb__ )*/
+ /**Johnson add !defined( __thumb__ )*/
#if (defined( __CC_ARM ) || defined( __ARMCC__ ))&& !defined( __thumb__ ) /* RVCT */
#define FT_MULFIX_ASSEMBLER FT_MulFix_arm