mirror of
git://git.savannah.gnu.org/freetype/freetype2.git
synced 2025-04-11 22:56:50 +02:00
* src/smooth/ftgrays.c [FT_STATIC_RASTER]: Fix compilation.
This commit is contained in:
parent
b11074cf6d
commit
9acefc4f51
@ -1909,7 +1909,7 @@ typedef ptrdiff_t FT_PtrDist;
|
||||
|
||||
|
||||
static int
|
||||
gray_convert_glyph_inner( RAS_ARG,
|
||||
gray_convert_glyph_inner( RAS_ARG_
|
||||
int continued )
|
||||
{
|
||||
int error;
|
||||
@ -2004,7 +2004,7 @@ typedef ptrdiff_t FT_PtrDist;
|
||||
ras.max_ey = band[0];
|
||||
ras.count_ey = width;
|
||||
|
||||
error = gray_convert_glyph_inner( RAS_VAR, continued );
|
||||
error = gray_convert_glyph_inner( RAS_VAR_ continued );
|
||||
continued = 1;
|
||||
|
||||
if ( !error )
|
||||
|
Loading…
x
Reference in New Issue
Block a user