diff options
author | Brian Paul <[email protected]> | 2001-08-29 03:58:42 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-08-29 03:58:42 +0000 |
commit | 04ec0fd71e3ba758e0ddc950ec68c3af4c58b1ab (patch) | |
tree | 8e2bd27c2366d62704a56d06312b38235ec0d73f /src/mesa/drivers/glide/fxvb.c | |
parent | a0037ad8b38e25bdb16e64e4da6e5c75cc66a9cd (diff) |
changes to allow the driver to compile - still doesn't work though
Diffstat (limited to 'src/mesa/drivers/glide/fxvb.c')
-rw-r--r-- | src/mesa/drivers/glide/fxvb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/glide/fxvb.c b/src/mesa/drivers/glide/fxvb.c index 62e93f8e70b..5ad62e55e0d 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," : "", |