summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vb_render.c
diff options
context:
space:
mode:
authorKeith Whitwell <[email protected]>2003-11-21 13:40:19 +0000
committerKeith Whitwell <[email protected]>2003-11-21 13:40:19 +0000
commitf2f09abce4c6ac398eb8623ea89ec4419e48e2a4 (patch)
tree75da7817af0df61e9dd281c9cd4a4a793622a7de /src/mesa/tnl/t_vb_render.c
parent93320957f2736cb0a748907a94d515755a06d402 (diff)
linux-solo compiles as far as the gamma driver, which seems independentlyvtx-0-2-21112003-freeze
broken?
Diffstat (limited to 'src/mesa/tnl/t_vb_render.c')
-rw-r--r--src/mesa/tnl/t_vb_render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vb_render.c b/src/mesa/tnl/t_vb_render.c
index cdec73b8a0d..ec0d11bf84c 100644
--- a/src/mesa/tnl/t_vb_render.c
+++ b/src/mesa/tnl/t_vb_render.c
@@ -306,7 +306,7 @@ static GLboolean run_render( GLcontext *ctx,
{
GLint i;
- for (i = 0 ; i < VB->PrimitiveCount ; i ++)
+ for (i = 0 ; i < VB->PrimitiveCount ; i++)
{
GLuint prim = VB->Primitive[i].mode;
GLuint start = VB->Primitive[i].start;