mesa: fix some minor texstore comments
[mesa.git] / src / mesa / main / vtxfmt.h
index 8bbc54964daa789a68fba2522a5d312e9f7fd5d3..aac656879bf873ad78eb583c8bc7e66592a78076 100644 (file)
@@ -44,12 +44,12 @@ extern void _mesa_install_save_vtxfmt( struct gl_context *ctx, const GLvertexfor
 
 #else /* FEATURE_beginend */
 
-static INLINE void
+static inline void
 _mesa_install_exec_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt )
 {
 }
 
-static INLINE void
+static inline void
 _mesa_install_save_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt )
 {
 }