Mesa (7.8): mesa: Add end of line to the end of a debug output.
Pauli Nieminen
suokko at kemper.freedesktop.org
Mon Mar 22 06:20:16 PDT 2010
Module: Mesa
Branch: 7.8
Commit: 361e8e911886784407c7aff91e09b9b2bfd5cde8
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=361e8e911886784407c7aff91e09b9b2bfd5cde8
Author: Pauli Nieminen <suokkos at gmail.com>
Date: Mon Mar 22 15:14:16 2010 +0200
mesa: Add end of line to the end of a debug output.
---
src/mesa/main/matrix.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/mesa/main/matrix.c b/src/mesa/main/matrix.c
index 5c863f6..4b8c00b 100644
--- a/src/mesa/main/matrix.c
+++ b/src/mesa/main/matrix.c
@@ -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;
More information about the mesa-commit
mailing list