aboutsummaryrefslogtreecommitdiff
path: root/freetype/src/pcf/pcf.h
diff options
context:
space:
mode:
Diffstat (limited to 'freetype/src/pcf/pcf.h')
-rw-r--r--freetype/src/pcf/pcf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/freetype/src/pcf/pcf.h b/freetype/src/pcf/pcf.h
index 0a08d783b..12e845eac 100644
--- a/freetype/src/pcf/pcf.h
+++ b/freetype/src/pcf/pcf.h
@@ -72,8 +72,8 @@ FT_BEGIN_HEADER
union
{
FT_String* atom;
- FT_Long integer;
- FT_ULong cardinal;
+ FT_Long l;
+ FT_ULong ul;
} value;