summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r128/r128_texstate.c
diff options
context:
space:
mode:
authorDave Airlie <airliedfreedesktop.org>2004-08-14 09:29:24 +0000
committerDave Airlie <airliedfreedesktop.org>2004-08-14 09:29:24 +0000
commit7b0c30574c7bb74036c3afb925cc702a4d7fe0b1 (patch)
tree7d3539b075bb53039e09e059cd5209921588702e /src/mesa/drivers/dri/r128/r128_texstate.c
parent31848304870b5ddba91b82545a4ed7a097f7ec4c (diff)
build fix from XFree86 tree
Diffstat (limited to 'src/mesa/drivers/dri/r128/r128_texstate.c')
-rw-r--r--src/mesa/drivers/dri/r128/r128_texstate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r128/r128_texstate.c b/src/mesa/drivers/dri/r128/r128_texstate.c
index c4c9b20fe9..b287fc6f25 100644
--- a/src/mesa/drivers/dri/r128/r128_texstate.c
+++ b/src/mesa/drivers/dri/r128/r128_texstate.c
@@ -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 ) {