summaryrefslogtreecommitdiff
path: root/include/freetype/config/integer-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/freetype/config/integer-types.h')
-rw-r--r--include/freetype/config/integer-types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/freetype/config/integer-types.h b/include/freetype/config/integer-types.h
index d1907d5c8..5ef09f197 100644
--- a/include/freetype/config/integer-types.h
+++ b/include/freetype/config/integer-types.h
@@ -62,7 +62,7 @@
#ifndef FT_SIZEOF_LONG_LONG
- /* The size of a `long long` type if available*/
+ /* The size of a `long long` type if available */
#if defined( FT_ULLONG_MAX ) && FT_ULLONG_MAX >= 0xFFFFFFFFFFFFFFFFULL
#define FT_SIZEOF_LONG_LONG ( 64 / FT_CHAR_BIT )
#else