summaryrefslogtreecommitdiff
path: root/src/type1/t1objs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/type1/t1objs.c')
-rw-r--r--src/type1/t1objs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/type1/t1objs.c b/src/type1/t1objs.c
index 9defdfccc..3b918b733 100644
--- a/src/type1/t1objs.c
+++ b/src/type1/t1objs.c
@@ -346,8 +346,8 @@
if ( error )
goto Exit;
- FT_TRACE2(( "T1_Face_Init: %08p (index %d)\n",
- face,
+ FT_TRACE2(( "T1_Face_Init: %p (index %d)\n",
+ (void *)face,
face_index ));
/* if we just wanted to check the format, leave successfully now */