summaryrefslogtreecommitdiff
path: root/src/gzip/ftgzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gzip/ftgzip.c')
-rw-r--r--src/gzip/ftgzip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gzip/ftgzip.c b/src/gzip/ftgzip.c
index 42b7543a8..8f98a7d17 100644
--- a/src/gzip/ftgzip.c
+++ b/src/gzip/ftgzip.c
@@ -132,7 +132,7 @@
/* allocate and zero out */
- (void)FT_ALLOC( p, sz );
+ FT_MEM_ALLOC( p, sz );
return p;
}