summaryrefslogtreecommitdiff
path: root/pango/opentype/ftxgdef.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/opentype/ftxgdef.c')
-rw-r--r--pango/opentype/ftxgdef.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/opentype/ftxgdef.c b/pango/opentype/ftxgdef.c
index 449b2e2d..60ad5816 100644
--- a/pango/opentype/ftxgdef.c
+++ b/pango/opentype/ftxgdef.c
@@ -179,7 +179,7 @@
if ( !retptr )
return TT_Err_Invalid_Argument;
- if (( error = tt_face->goto_table( tt_face, TTAG_GDEF, stream, 0 ) ))
+ if (( error = tt_face->goto_table( tt_face, TTAG_GDEF, stream, NULL ) ))
return error;
if (( error = TT_New_GDEF_Table ( face, &gdef ) ))