Minor. Fixes a silly mistake.
This commit is contained in:
parent
c21c2b0e70
commit
5f5a56a0cc
|
@ -327,7 +327,7 @@
|
||||||
glyph->other = svg_document;
|
glyph->other = svg_document;
|
||||||
|
|
||||||
Exit:
|
Exit:
|
||||||
return FT_Err_Ok;
|
return error;
|
||||||
}
|
}
|
||||||
|
|
||||||
#else /* !FT_CONFIG_OPTION_SVG */
|
#else /* !FT_CONFIG_OPTION_SVG */
|
||||||
|
|
Loading…
Reference in New Issue