From: Brian Paul Date: Thu, 23 Oct 2003 12:19:10 +0000 (+0000) Subject: s/GLuint */GLvoid */ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=76692c5ce2a5fab129c91f870e9b9459edd9838e;p=mesa.git s/GLuint */GLvoid */ --- 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.