summaryrefslogtreecommitdiff
path: root/src/psnames/psmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/psnames/psmodule.c')
-rw-r--r--src/psnames/psmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/psnames/psmodule.c b/src/psnames/psmodule.c
index 186e8ed90..fff9c42a3 100644
--- a/src/psnames/psmodule.c
+++ b/src/psnames/psmodule.c
@@ -166,7 +166,7 @@
/* `.notdef', `.null' and the empty name are short cut */
if ( p > glyph_name )
{
- value = (FT_UInt32)ft_get_adobe_glyph_index( glyph_name, p );
+ value = (FT_UInt32)ft_get_adobe_glyph_index( glyph_name, p );
if ( *p == '.' )
value |= (FT_UInt32)VARIANT_BIT;