summaryrefslogtreecommitdiff
path: root/pango/opentype/harfbuzz-impl.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/opentype/harfbuzz-impl.c')
-rw-r--r--pango/opentype/harfbuzz-impl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/opentype/harfbuzz-impl.c b/pango/opentype/harfbuzz-impl.c
index a3a55895..ffcef806 100644
--- a/pango/opentype/harfbuzz-impl.c
+++ b/pango/opentype/harfbuzz-impl.c
@@ -30,7 +30,7 @@
HB_INTERNAL HB_Pointer
-_hb_alloc( HB_UInt size,
+_hb_alloc( size_t size,
HB_Error *perror )
{
HB_Error error = 0;
@@ -50,7 +50,7 @@ _hb_alloc( HB_UInt size,
HB_INTERNAL HB_Pointer
_hb_realloc( HB_Pointer block,
- HB_UInt new_size,
+ size_t new_size,
HB_Error *perror )
{
HB_Pointer block2 = NULL;