summaryrefslogtreecommitdiff
path: root/src/smooth/ftsmooth.c
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2013-03-14 11:21:17 +0100
committerWerner Lemberg <wl@gnu.org>2013-03-14 11:21:17 +0100
commite3c9301581a450fae5db73a3b94b10ed6a0aeb5e (patch)
treedc078dba342716dbc7508c54277376d25b23c931 /src/smooth/ftsmooth.c
parent059bc335ce42220b222763379e89d0cbf2b949eb (diff)
downloadfreetype2-e3c9301581a450fae5db73a3b94b10ed6a0aeb5e.tar.gz
*/*: Use FT_Err_Ok only.
This is a purely mechanical conversion.
Diffstat (limited to 'src/smooth/ftsmooth.c')
-rw-r--r--src/smooth/ftsmooth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/smooth/ftsmooth.c b/src/smooth/ftsmooth.c
index fb0f4a8a6..2735eaf3e 100644
--- a/src/smooth/ftsmooth.c
+++ b/src/smooth/ftsmooth.c
@@ -61,7 +61,7 @@
const FT_Matrix* matrix,
const FT_Vector* delta )
{
- FT_Error error = Smooth_Err_Ok;
+ FT_Error error = FT_Err_Ok;
if ( slot->format != render->glyph_format )
@@ -384,7 +384,7 @@
/* everything is fine; don't deallocate buffer */
have_buffer = FALSE;
- error = Smooth_Err_Ok;
+ error = FT_Err_Ok;
Exit:
if ( have_outline_shifted )