aboutsummaryrefslogtreecommitdiff
path: root/freetype/src/cff/cffload.c
diff options
context:
space:
mode:
Diffstat (limited to 'freetype/src/cff/cffload.c')
-rw-r--r--freetype/src/cff/cffload.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/freetype/src/cff/cffload.c b/freetype/src/cff/cffload.c
index 8bbf4743e..2be6ba068 100644
--- a/freetype/src/cff/cffload.c
+++ b/freetype/src/cff/cffload.c
@@ -1458,7 +1458,7 @@
font->header_size < 4 ||
font->absolute_offsize > 4 )
{
- FT_TRACE2(( "[not a CFF font header]\n" ));
+ FT_TRACE2(( " not a CFF font header\n" ));
error = CFF_Err_Unknown_File_Format;
goto Exit;
}
@@ -1576,7 +1576,7 @@
if ( dict->charstrings_offset == 0 )
{
FT_ERROR(( "cff_font_load: no charstrings offset\n" ));
- error = CFF_Err_Unknown_File_Format;
+ error = CFF_Err_Invalid_File_Format;
goto Exit;
}