diff options
Diffstat (limited to 'src/mesa/tnl_dd/t_dd_triemit.h')
-rw-r--r-- | src/mesa/tnl_dd/t_dd_triemit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl_dd/t_dd_triemit.h b/src/mesa/tnl_dd/t_dd_triemit.h index c99e6e6866..f5979ee9a7 100644 --- a/src/mesa/tnl_dd/t_dd_triemit.h +++ b/src/mesa/tnl_dd/t_dd_triemit.h @@ -143,7 +143,7 @@ static void TAG(fast_clipped_poly)( GLcontext *ctx, const GLuint *elts, GLuint vertsize = GET_VERTEX_DWORDS(); GLuint *vb = (GLuint *)ALLOC_VERTS( (n-2) * 3, vertsize ); const GLuint *start = (const GLuint *)VERT(elts[0]); - int i,j; + GLuint i,j; if (DO_DEBUG_VERTS) { fprintf(stderr, "%s\n", __FUNCTION__); |