Demos (master): bumpmap: Remove meaningless const qualifier.

Vinson Lee vlee at kemper.freedesktop.org
Thu Dec 23 17:35:53 UTC 2010


Module: Demos
Branch: master
Commit: fd76b40267b5ec2b1cba326257b1311bdcabdd43
URL:    http://cgit.freedesktop.org/mesa/demos/commit/?id=fd76b40267b5ec2b1cba326257b1311bdcabdd43

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Dec 23 09:35:30 2010 -0800

bumpmap: Remove meaningless const qualifier.

---

 src/tests/bumpmap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tests/bumpmap.c b/src/tests/bumpmap.c
index 99c707b..c2b10c0 100644
--- a/src/tests/bumpmap.c
+++ b/src/tests/bumpmap.c
@@ -106,7 +106,7 @@ static void Key( unsigned char key, int x, int y )
 
 static void Init( void )
 {
-   const char * const ver_string = (const char * const)
+   const char * const ver_string = (const char *)
        glGetString( GL_VERSION );
    GLfloat temp[16][16][2];
    GLubyte *image = NULL;




More information about the mesa-commit mailing list