commit | 09c8e41955f16592386813d23efe17bbba555d79 | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Thu Apr 13 01:51:25 2006 +0000 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Thu Apr 13 01:51:25 2006 +0000 |
tree | f10df04d96dc19e3186bf35849c73db71244c013 | |
parent | c4a486421002c170036859511e485c179471b6aa [diff] [blame] |
added 'const' (Dan Schikore)
diff --git a/src/mesa/glapi/glapi.c b/src/mesa/glapi/glapi.c index 3f2ec27..e353dd4 100644 --- a/src/mesa/glapi/glapi.c +++ b/src/mesa/glapi/glapi.c
@@ -411,7 +411,7 @@ * 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 );