Fix a typo

This commit is contained in:
Akira TAGOH 2018-07-19 08:21:33 +00:00
parent efac784b01
commit 8e97d745cc
1 changed files with 1 additions and 1 deletions

View File

@ -2614,7 +2614,7 @@ GetScriptTags(FT_Face face, FT_ULong tabletag, FT_ULong **stags)
ftglue_stream_frame_exit( stream );
*stags = malloc(script_count * sizeof (FT_ULong));
if (!stags)
if (!*stags)
return 0;
p = 0;