summaryrefslogtreecommitdiff
path: root/src/cff/cffload.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cff/cffload.c')
-rw-r--r--src/cff/cffload.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cff/cffload.c b/src/cff/cffload.c
index bbec294ed..44f3254bd 100644
--- a/src/cff/cffload.c
+++ b/src/cff/cffload.c
@@ -1177,7 +1177,7 @@
cff_index_get_pointers( CFF_Index idx,
FT_Byte*** table )
{
- FT_Error error = 0;
+ FT_Error error = CFF_Err_Ok;
FT_Memory memory = idx->stream->memory;
FT_ULong n, offset, old_offset;
FT_Byte** t;
@@ -1516,7 +1516,7 @@
FT_Bool invert )
{
FT_Memory memory = stream->memory;
- FT_Error error = 0;
+ FT_Error error = CFF_Err_Ok;
FT_UShort glyph_sid;
@@ -1722,7 +1722,7 @@
FT_ULong base_offset,
FT_ULong offset )
{
- FT_Error error = 0;
+ FT_Error error = CFF_Err_Ok;
FT_UInt count;
FT_UInt j;
FT_UShort glyph_sid;