build fix from XFree86 tree
authorDave Airlie <airliedfreedesktop.org>
Sat, 14 Aug 2004 09:29:24 +0000 (09:29 +0000)
committerDave Airlie <airliedfreedesktop.org>
Sat, 14 Aug 2004 09:29:24 +0000 (09:29 +0000)
src/mesa/drivers/dri/r128/r128_texstate.c

index c4c9b20fe9bcb40c06e36acebd15b5c688c4ebeb..b287fc6f25e4058175d66e2e0e5f5d4c40e7575e 100644 (file)
@@ -207,7 +207,7 @@ static GLboolean r128UpdateTextureEnv( GLcontext *ctx, int unit )
 
    if ( R128_DEBUG & DEBUG_VERBOSE_API ) {
       fprintf( stderr, "%s( %p, %d )\n",
-              __FUNCTION__, (void *) ctx, (void *) unit );
+              __FUNCTION__, (void *) ctx, unit );
    }
 
    if ( unit == 0 ) {