summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesa/glapi/glapi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/glapi/glapi.c b/src/mesa/glapi/glapi.c
index b3f951a466..3603f8f3ef 100644
--- a/src/mesa/glapi/glapi.c
+++ b/src/mesa/glapi/glapi.c
@@ -1,4 +1,4 @@
-/* $Id: glapi.c,v 1.30 2000/01/31 22:51:44 brianp Exp $ */
+/* $Id: glapi.c,v 1.31 2000/02/02 18:50:07 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -302,7 +302,7 @@ static GLuint NumExtEntryPoints = 0;
* We need assembly language in order to accomplish this.
*/
static void *
-generate_entrypoint(GLuint offset)
+generate_entrypoint(GLuint functionOffset)
{
#if defined(USE_X86_ASM)
/*