mesa: Add end of line to the end of a debug output.
authorPauli Nieminen <suokkos@gmail.com>
Mon, 22 Mar 2010 13:14:16 +0000 (15:14 +0200)
committerPauli Nieminen <suokkos@gmail.com>
Mon, 22 Mar 2010 13:16:02 +0000 (15:16 +0200)
src/mesa/main/matrix.c

index 5c863f6f32ae445430b2c8315a038ae5f26e7630..4b8c00b5b63795ad13fb039a442388ff3843d401 100644 (file)
@@ -322,7 +322,7 @@ _mesa_LoadIdentity( void )
    ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH(ctx);
 
    if (MESA_VERBOSE & VERBOSE_API)
-      _mesa_debug(ctx, "glLoadIdentity()");
+      _mesa_debug(ctx, "glLoadIdentity()\n");
 
    _math_matrix_set_identity( ctx->CurrentStack->Top );
    ctx->NewState |= ctx->CurrentStack->DirtyFlag;