added 'const' (Dan Schikore)
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 13 Apr 2006 01:51:25 +0000 (01:51 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 13 Apr 2006 01:51:25 +0000 (01:51 +0000)
src/mesa/glapi/glapi.c

index 3f2ec270fef6e9ea5f0180d6b57477da80c19a65..e353dd45435dd3b59f36ab08c736dd716c47869f 100644 (file)
@@ -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 );