diff options
Diffstat (limited to 'src/mesa/tnl/t_rebase.h')
-rw-r--r-- | src/mesa/tnl/t_rebase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_rebase.h b/src/mesa/tnl/t_rebase.h index 35175868d5d..16a3a2b5a33 100644 --- a/src/mesa/tnl/t_rebase.h +++ b/src/mesa/tnl/t_rebase.h @@ -28,7 +28,7 @@ #include "vbo/vbo.h" void t_rebase_prims( struct gl_context *ctx, - const struct gl_vertex_array *arrays[], + const struct gl_vertex_array *arrays, const struct _mesa_prim *prim, GLuint nr_prims, const struct _mesa_index_buffer *ib, |