From 09c8e41955f16592386813d23efe17bbba555d79 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 13 Apr 2006 01:51:25 +0000 Subject: [PATCH] added 'const' (Dan Schikore) --- src/mesa/glapi/glapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/glapi/glapi.c b/src/mesa/glapi/glapi.c index 3f2ec270fef..e353dd45435 100644 --- a/src/mesa/glapi/glapi.c +++ b/src/mesa/glapi/glapi.c @@ -411,7 +411,7 @@ extern const GLubyte gl_dispatch_functions_start[]; * Return dispatch function address for the named static (built-in) function. * Return NULL if function not found. */ -static const _glapi_proc +static _glapi_proc get_static_proc_address(const char *funcName) { const glprocs_table_t * const f = find_entry( funcName ); -- 2.30.2