aboutsummaryrefslogtreecommitdiff
path: root/freetype/src/autofit/afpic.c
diff options
context:
space:
mode:
Diffstat (limited to 'freetype/src/autofit/afpic.c')
-rw-r--r--freetype/src/autofit/afpic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/freetype/src/autofit/afpic.c b/freetype/src/autofit/afpic.c
index 99feb47e4..d142914c0 100644
--- a/freetype/src/autofit/afpic.c
+++ b/freetype/src/autofit/afpic.c
@@ -4,7 +4,7 @@
/* */
/* The FreeType position independent code services for autofit module. */
/* */
-/* Copyright 2009-2012 by */
+/* Copyright 2009-2013 by */
/* Oran Agra and Mickey Gabel. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -80,7 +80,7 @@
{
FT_PIC_Container* pic_container = &library->pic_container;
FT_UInt ss;
- FT_Error error = AF_Err_Ok;
+ FT_Error error = FT_Err_Ok;
AFModulePIC* container = NULL;
FT_Memory memory = library->memory;