summaryrefslogtreecommitdiff
path: root/src/freetype2/pcf/pcfutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/freetype2/pcf/pcfutil.h')
-rw-r--r--src/freetype2/pcf/pcfutil.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/freetype2/pcf/pcfutil.h b/src/freetype2/pcf/pcfutil.h
index 1557be3..ce10fb5 100644
--- a/src/freetype2/pcf/pcfutil.h
+++ b/src/freetype2/pcf/pcfutil.h
@@ -37,15 +37,15 @@ FT_BEGIN_HEADER
FT_LOCAL( void )
BitOrderInvert( unsigned char* buf,
- int nbytes );
+ size_t nbytes );
FT_LOCAL( void )
TwoByteSwap( unsigned char* buf,
- int nbytes );
+ size_t nbytes );
FT_LOCAL( void )
FourByteSwap( unsigned char* buf,
- int nbytes );
+ size_t nbytes );
FT_END_HEADER