osmesa: s/INLINE/inline/

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Brian Paul
2014-09-04 09:20:58 -06:00
parent 27727b8479
commit 0f255fd26b

View File

@@ -83,7 +83,7 @@ struct osmesa_context
};
static INLINE OSMesaContext
static inline OSMesaContext
OSMESA_CONTEXT(struct gl_context *ctx)
{
/* Just cast, since we're using structure containment */