progs/tests: Fix build.
authorVinson Lee <vlee@vmware.com>
Tue, 22 Dec 2009 08:54:34 +0000 (00:54 -0800)
committerVinson Lee <vlee@vmware.com>
Wed, 23 Dec 2009 07:30:23 +0000 (23:30 -0800)
(cherry picked from commit 1bf2d78b11ac9ac71f4be285963db1af9f09fe73)

progs/tests/packedpixels.c

index 1e70a31151a60118970b4e2efe94c2f1096876ed..34df95549a65494b51a65f8f9b3be24b8a832761 100644 (file)
@@ -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();