llvmpipe: s/inline/INLINE/

This commit is contained in:
Brian Paul 2010-01-21 19:05:54 -07:00
parent e24ea786fa
commit 1d23954a08
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ static void setup_tri_coefficients( struct setup_context *setup,
static inline int subpixel_snap( float a )
static INLINE int subpixel_snap( float a )
{
return util_iround(FIXED_ONE * a - (FIXED_ONE / 2));
}