* src/smooth/ftgrays.c [FT_STATIC_RASTER]: Fix compilation.
diff --git a/src/smooth/ftgrays.c b/src/smooth/ftgrays.c
index 622035a..bff3c59 100644
--- a/src/smooth/ftgrays.c
+++ b/src/smooth/ftgrays.c
@@ -1909,7 +1909,7 @@
 
 
   static int
-  gray_convert_glyph_inner( RAS_ARG,
+  gray_convert_glyph_inner( RAS_ARG_
                             int  continued )
   {
     int  error;
@@ -2004,7 +2004,7 @@
         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 )