aboutsummaryrefslogtreecommitdiff
path: root/freetype/src/sfnt/ttkern.c
diff options
context:
space:
mode:
Diffstat (limited to 'freetype/src/sfnt/ttkern.c')
-rw-r--r--freetype/src/sfnt/ttkern.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freetype/src/sfnt/ttkern.c b/freetype/src/sfnt/ttkern.c
index 46888988e..60ee546d7 100644
--- a/freetype/src/sfnt/ttkern.c
+++ b/freetype/src/sfnt/ttkern.c
@@ -61,7 +61,7 @@
{
FT_ERROR(( "tt_face_load_kern:"
" kerning table is too small - ignored\n" ));
- error = SFNT_Err_Table_Missing;
+ error = FT_THROW( Table_Missing );
goto Exit;
}