From 9acefc4f51dc5a46deb7df43c14901687acde968 Mon Sep 17 00:00:00 2001 From: bruvzg <@bruvzg> Date: Thu, 9 Jun 2022 10:51:07 -0400 Subject: [PATCH] * src/smooth/ftgrays.c [FT_STATIC_RASTER]: Fix compilation. --- src/smooth/ftgrays.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/smooth/ftgrays.c b/src/smooth/ftgrays.c index 622035aa7..bff3c5903 100644 --- a/src/smooth/ftgrays.c +++ b/src/smooth/ftgrays.c @@ -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 )