freedreno/a4xx: fix vpsrepl for blit shaders
[mesa.git] / src / gallium / drivers / llvmpipe / lp_setup_point.c
index f065676a7fb309d4218c3f0897b728da77db994c..75544b524939e27125ddd37fdd7c18a529ce648e 100644 (file)
@@ -296,7 +296,7 @@ setup_point_coefficients( struct lp_setup_context *setup,
 }
 
 
-static INLINE int
+static inline int
 subpixel_snap(float a)
 {
    return util_iround(FIXED_ONE * a);