Minor. Fixes a silly mistake.

This commit is contained in:
Moazin Khatti 2019-08-10 13:43:07 +05:00
parent c21c2b0e70
commit 5f5a56a0cc
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@
glyph->other = svg_document;
Exit:
return FT_Err_Ok;
return error;
}
#else /* !FT_CONFIG_OPTION_SVG */