oops, stupid error fixed

This commit is contained in:
David Turner 2006-06-06 13:53:26 +00:00
parent 4836f955f3
commit f1a23cbf0f
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@
cff->num_glyphs,
(PS_GetGlyphNameFunc)&cff_sid_to_glyph_name,
(PS_FreeGlyphNameFunc)&cff_sid_free_glyph_name,
(FT_Pointer)cff );
(FT_Pointer)face );
}