summaryrefslogtreecommitdiff
path: root/progs/tests/texwrap.c
diff options
context:
space:
mode:
authorKarl Schultz <kschultz@freedesktop.org>2002-10-18 17:47:35 +0000
committerKarl Schultz <kschultz@freedesktop.org>2002-10-18 17:47:35 +0000
commit53d30c56eb1a0865a6a88cf05c4c74673d41b2a4 (patch)
treeebc4dab204774504fb7c3cd62f147819258f3a1b /progs/tests/texwrap.c
parent2ce0654ebabc7fc6a2881f51e496e4e1f7533087 (diff)
Quiet compiler warnings.
Diffstat (limited to 'progs/tests/texwrap.c')
-rw-r--r--progs/tests/texwrap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/tests/texwrap.c b/progs/tests/texwrap.c
index fc6a8cbc1b..108c67d4d1 100644
--- a/progs/tests/texwrap.c
+++ b/progs/tests/texwrap.c
@@ -1,4 +1,4 @@
-/* $Id: texwrap.c,v 1.3 2002/10/17 17:39:37 brianp Exp $ */
+/* $Id: texwrap.c,v 1.4 2002/10/18 17:47:36 kschultz Exp $ */
/*
* Test texture wrap modes.
@@ -82,7 +82,7 @@ PrintString(const char *s)
static void Display( void )
{
- GLint i, j;
+ GLenum i, j;
GLint offset;
GLfloat version;