summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_pipeline.c
diff options
context:
space:
mode:
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>2000-11-27 09:05:52 +0000
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>2000-11-27 09:05:52 +0000
commit33b2dcf0dad710ddfb92bf63ca69fa4f67684518 (patch)
tree639ae3db3239c2fe58a524e50ab6e5a2593bed5d /src/mesa/tnl/t_pipeline.c
parent68656667b2f63c285ccd75fb16a17a8a04a9f552 (diff)
Modified Files:
Mesa/src/tnl/t_context.c Mesa/src/tnl/t_debug.c Mesa/src/tnl/t_pipeline.c Some updates to silence warnings on my VMS-machine ----------------------------------------------------------------------
Diffstat (limited to 'src/mesa/tnl/t_pipeline.c')
-rw-r--r--src/mesa/tnl/t_pipeline.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/tnl/t_pipeline.c b/src/mesa/tnl/t_pipeline.c
index 082f53a43a..60e375d753 100644
--- a/src/mesa/tnl/t_pipeline.c
+++ b/src/mesa/tnl/t_pipeline.c
@@ -1,4 +1,4 @@
-/* $Id: t_pipeline.c,v 1.5 2000/11/24 15:22:00 keithw Exp $ */
+/* $Id: t_pipeline.c,v 1.6 2000/11/27 09:05:52 joukj Exp $ */
/*
* Mesa 3-D graphics library
@@ -59,7 +59,7 @@
void _tnl_print_pipe_ops( const char *msg, GLuint flags )
{
fprintf(stderr,
- "%s: (0x%x) %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\n",
msg,
flags,
(flags & PIPE_OP_CVA_PREPARE) ? "cva-prepare, " : "",