mesa: Fix printf format warnings.

This commit is contained in:
Vinson Lee 2010-11-10 17:30:59 -08:00
parent bcef51c3b8
commit dc524adee2

View file

@ -120,7 +120,7 @@ void
_mesa_print_tri_caps( const char *name, GLuint flags )
{
_mesa_debug(NULL,
"%s: (0x%x) %s%s%s%s%s%s%s%s%s%s%s%s%s%s%s\n",
"%s: (0x%x) %s%s%s%s%s%s%s%s%s%s%s%s%s\n",
name,
flags,
(flags & DD_FLATSHADE) ? "flat-shade, " : "",