From 76692c5ce2a5fab129c91f870e9b9459edd9838e Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 23 Oct 2003 12:19:10 +0000 Subject: [PATCH] s/GLuint */GLvoid */ --- src/mesa/tnl/t_array_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/tnl/t_array_api.c b/src/mesa/tnl/t_array_api.c index 4f6cb7ef14b..b0228b74c7f 100644 --- a/src/mesa/tnl/t_array_api.c +++ b/src/mesa/tnl/t_array_api.c @@ -273,7 +273,7 @@ _tnl_DrawRangeElements(GLenum mode, "DrawRangeElements with empty vertex elements buffer!"); return; } - indices = (GLuint *) ctx->Array.ElementArrayBufferObj->Data; + indices = (GLvoid *) ctx->Array.ElementArrayBufferObj->Data; } /* Check arguments, etc. -- 2.11.0