summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2009-12-22 00:54:34 -0800
committerVinson Lee <vlee@vmware.com>2009-12-22 00:54:34 -0800
commit1bf2d78b11ac9ac71f4be285963db1af9f09fe73 (patch)
treeb430812b8d472817ada3e96cf71b8f48f3613280
parent82184970d3aee822d945af7d4902359f28f7057f (diff)
progs/tests: Fix build.
-rw-r--r--progs/tests/packedpixels.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/tests/packedpixels.c b/progs/tests/packedpixels.c
index 1e70a31151a..34df95549a6 100644
--- a/progs/tests/packedpixels.c
+++ b/progs/tests/packedpixels.c
@@ -273,7 +273,6 @@ Draw(void)
glTranslatef(2, (i + 1) * (h + 2), 0);
glRasterPos2i(8, 6);
sprintf(s, "Internal Texture Format [f/F]: %s (%d of %lu)",
- IntFormats[CurFormat].name, CurFormat + 1, NUM_INT_FORMATS);
IntFormats[CurFormat].name, CurFormat + 1, (unsigned long) NUM_INT_FORMATS);
PrintString(s);
glPopMatrix();