mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
progs/tests: Fix build.
This commit is contained in:
parent
82184970d3
commit
1bf2d78b11
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue