tgsi: Fix newline pos.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Wed, 10 Sep 2008 01:33:03 +0000 (10:33 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Wed, 10 Sep 2008 01:33:03 +0000 (10:33 +0900)
src/gallium/auxiliary/tgsi/tgsi_sanity.c

index 0b5bdd6ba1c1df8fe493354e01652698f60560af..c6590272969c80e1d866ae4a590716fb7f14027e 100644 (file)
@@ -322,7 +322,7 @@ epilog(
    /* Print totals, if any.
     */
    if (ctx->errors || ctx->warnings)
-      debug_printf( "\n%u errors, %u warnings", ctx->errors, ctx->warnings );
+      debug_printf( "%u errors, %u warnings\n", ctx->errors, ctx->warnings );
 
    return TRUE;
 }