gallium: replace INLINE with inline
[mesa.git] / src / gallium / auxiliary / util / u_blend.h
index 2485c34d418300f11efbc305c1f88aea0f47b354..4f969778972ead5d1d88ddfd69422d1bcdd49144 100644 (file)
@@ -9,7 +9,7 @@
  * garbage that's there. Return a blend factor that will take that into
  * account.
  */
-static INLINE int
+static inline int
 util_blend_dst_alpha_to_one(int factor)
 {
    switch (factor) {