mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-23 13:50:44 +02:00
build fix from XFree86 tree
This commit is contained in:
parent
3184830487
commit
7b0c30574c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue