diff options
author | Dave Airlie <airliedfreedesktop.org> | 2004-08-14 09:29:24 +0000 |
---|---|---|
committer | Dave Airlie <airliedfreedesktop.org> | 2004-08-14 09:29:24 +0000 |
commit | 7b0c30574c7bb74036c3afb925cc702a4d7fe0b1 (patch) | |
tree | 7d3539b075bb53039e09e059cd5209921588702e /src/mesa/drivers/dri/r128 | |
parent | 31848304870b5ddba91b82545a4ed7a097f7ec4c (diff) |
build fix from XFree86 tree
Diffstat (limited to 'src/mesa/drivers/dri/r128')
-rw-r--r-- | src/mesa/drivers/dri/r128/r128_texstate.c | 2 |
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 c4c9b20fe9b..b287fc6f25e 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 ) { |