summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-03-25 10:33:51 -0600
committerBrian Paul <brianp@vmware.com>2011-03-25 10:33:51 -0600
commitcf290344cc6c61b81452a28d739021a7f11b11bc (patch)
tree88b950f6d23ddaefd874ef572872d120d8bddc26
parent28f1d6ab4913a9e37cacc7e903f8ce04bb3c8e1c (diff)
mesa: add void to save_TextureBarrierNV()
-rw-r--r--src/mesa/main/dlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c
index 0112d9dde36..3de6832d3cd 100644
--- a/src/mesa/main/dlist.c
+++ b/src/mesa/main/dlist.c
@@ -7036,7 +7036,7 @@ save_VertexAttribDivisor(GLuint index, GLuint divisor)
/* GL_NV_texture_barrier */
static void
-save_TextureBarrierNV()
+save_TextureBarrierNV(void)
{
GET_CURRENT_CONTEXT(ctx);
ASSERT_OUTSIDE_SAVE_BEGIN_END_AND_FLUSH(ctx);