summaryrefslogtreecommitdiff
path: root/src/cff/cffcmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cff/cffcmap.c')
-rw-r--r--src/cff/cffcmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cff/cffcmap.c b/src/cff/cffcmap.c
index 6ed314322..4988d7955 100644
--- a/src/cff/cffcmap.c
+++ b/src/cff/cffcmap.c
@@ -69,7 +69,7 @@
}
- FT_CALLBACK_DEF( FT_UInt32 )
+ FT_CALLBACK_DEF( FT_UInt )
cff_cmap_encoding_char_next( CFF_CMapStd cmap,
FT_UInt32 *pchar_code )
{
@@ -197,7 +197,7 @@
}
- FT_CALLBACK_DEF( FT_UInt32 )
+ FT_CALLBACK_DEF( FT_UInt )
cff_cmap_unicode_char_next( PS_Unicodes unicodes,
FT_UInt32 *pchar_code )
{