summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2006-06-06 13:53:26 +0000
committerDavid Turner <david@freetype.org>2006-06-06 13:53:26 +0000
commitf1a23cbf0f11a4c81a427efd77d0615edc4d08ff (patch)
tree274f8f10de282d510864270e429fe06c84d175c9
parent4836f955f3ffb0a7c7644801daa14d0a4bb041db (diff)
downloadfreetype2-f1a23cbf0f11a4c81a427efd77d0615edc4d08ff.tar.gz
oops, stupid error fixed
-rw-r--r--src/cff/cffcmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cff/cffcmap.c b/src/cff/cffcmap.c
index 44d8a17df..fffc5fc55 100644
--- a/src/cff/cffcmap.c
+++ b/src/cff/cffcmap.c
@@ -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 );
}