gallium: replace INLINE with inline
[mesa.git] / src / mesa / state_tracker / st_draw.c
index 488f6ead20147704b96b143020cc8d97b0323768..8b43582c14b4fcb6b8f1b9ef0047cbee5ea6a14d 100644 (file)
@@ -141,7 +141,7 @@ check_uniforms(struct gl_context *ctx)
       if (shProg[j] == NULL || !shProg[j]->LinkStatus)
         continue;
 
-      for (i = 0; i < shProg[j]->NumUserUniformStorage; i++) {
+      for (i = 0; i < shProg[j]->NumUniformStorage; i++) {
          const struct gl_uniform_storage *u = &shProg[j]->UniformStorage[i];
          if (!u->initialized) {
             _mesa_warning(ctx,