Fix a typo
This commit is contained in:
parent
efac784b01
commit
8e97d745cc
|
@ -2614,7 +2614,7 @@ GetScriptTags(FT_Face face, FT_ULong tabletag, FT_ULong **stags)
|
||||||
ftglue_stream_frame_exit( stream );
|
ftglue_stream_frame_exit( stream );
|
||||||
|
|
||||||
*stags = malloc(script_count * sizeof (FT_ULong));
|
*stags = malloc(script_count * sizeof (FT_ULong));
|
||||||
if (!stags)
|
if (!*stags)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
p = 0;
|
p = 0;
|
||||||
|
|
Loading…
Reference in New Issue