diff options
author | jrfonseca <jrfonseca> | 2002-02-28 18:19:04 +0000 |
---|---|---|
committer | jrfonseca <jrfonseca> | 2002-02-28 18:19:04 +0000 |
commit | f2bdb0b0998a0933268bf6e2c7602ce45e43f378 (patch) | |
tree | 2b622264029de82a973a78c21d8d4047af679780 /xc/lib/GL/mesa | |
parent | a69ecef1c87fb360a0bf67881dbb9d88a0dbb682 (diff) |
Inconsistent debug output statement
Diffstat (limited to 'xc/lib/GL/mesa')
-rw-r--r-- | xc/lib/GL/mesa/src/drv/r128/r128_tex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xc/lib/GL/mesa/src/drv/r128/r128_tex.c b/xc/lib/GL/mesa/src/drv/r128/r128_tex.c index 05d533184..afc07f959 100644 --- a/xc/lib/GL/mesa/src/drv/r128/r128_tex.c +++ b/xc/lib/GL/mesa/src/drv/r128/r128_tex.c @@ -129,7 +129,7 @@ static r128TexObjPtr r128AllocTexObj( struct gl_texture_object *texObj ) r128TexObjPtr t; if ( R128_DEBUG & DEBUG_VERBOSE_API ) { - fprintf( stderr, __FUNCTION__"( %p, %p )\n", texObj, t ); + fprintf( stderr, __FUNCTION__"( %p )\n", texObj ); } t = (r128TexObjPtr) CALLOC_STRUCT( r128_tex_obj ); |