From 04ec0fd71e3ba758e0ddc950ec68c3af4c58b1ab Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 29 Aug 2001 03:58:42 +0000 Subject: changes to allow the driver to compile - still doesn't work though --- src/mesa/drivers/glide/fxvb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/drivers/glide/fxvb.c') diff --git a/src/mesa/drivers/glide/fxvb.c b/src/mesa/drivers/glide/fxvb.c index 62e93f8e70..5ad62e55e0 100644 --- a/src/mesa/drivers/glide/fxvb.c +++ b/src/mesa/drivers/glide/fxvb.c @@ -245,7 +245,7 @@ static void init_setup_tab( void ) void fxPrintSetupFlags(char *msg, GLuint flags ) { - fprintf(stderr, "%s(%x): %s%s%s%s\n", + fprintf(stderr, "%s(%x): %s%s%s%s%s\n", msg, (int)flags, (flags & SETUP_XYZW) ? " xyzw," : "", -- cgit v1.2.3