* src/sfnt/sfwoff2.c: #undef macros.

This commit is contained in:
Nikhil Ramakrishnan 2019-06-18 19:58:55 +05:30
parent e635053045
commit eb229dfabf
1 changed files with 6 additions and 1 deletions

View File

@ -242,7 +242,7 @@
( woff2.privOffset >= woff2.length ) ||
( woff2.length - woff2.privOffset < woff2.privLength ) )
{
FT_ERROR(( "woff_font_open: invalid WOFF2 header\n" ));
FT_ERROR(( "woff2_font_open: invalid WOFF2 header\n" ));
return FT_THROW( Invalid_Table );
}
/* DEBUG - Remove later. */
@ -453,4 +453,9 @@
}
#undef READ_255USHORT
#undef READ_BASE128
#undef ROUND4
/* END */