From 7b0c30574c7bb74036c3afb925cc702a4d7fe0b1 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Sat, 14 Aug 2004 09:29:24 +0000 Subject: [PATCH] build fix from XFree86 tree --- src/mesa/drivers/dri/r128/r128_texstate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/r128/r128_texstate.c b/src/mesa/drivers/dri/r128/r128_texstate.c index c4c9b20..b287fc6 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 ) { -- 2.7.4