diff options
Diffstat (limited to 'src/cff/cffcmap.c')
-rw-r--r-- | src/cff/cffcmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cff/cffcmap.c b/src/cff/cffcmap.c index 297e4dbd..46d603e3 100644 --- a/src/cff/cffcmap.c +++ b/src/cff/cffcmap.c @@ -65,7 +65,7 @@ } - FT_CALLBACK_DEF( FT_UInt ) + FT_CALLBACK_DEF( FT_UInt32 ) cff_cmap_encoding_char_next( CFF_CMapStd cmap, FT_UInt32 *pchar_code ) { @@ -192,7 +192,7 @@ } - FT_CALLBACK_DEF( FT_UInt ) + FT_CALLBACK_DEF( FT_UInt32 ) cff_cmap_unicode_char_next( PS_Unicodes unicodes, FT_UInt32 *pchar_code ) { |