summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/matrix.c
diff options
context:
space:
mode:
authorPauli Nieminen <suokkos@gmail.com>2010-03-22 15:14:16 +0200
committerPauli Nieminen <suokkos@gmail.com>2010-03-22 15:16:02 +0200
commit361e8e911886784407c7aff91e09b9b2bfd5cde8 (patch)
treeec5cca25df3153d842beb0ec23d29505ac71e602 /src/mesa/main/matrix.c
parentfce72d58036eb8a993bda1a7c5d74b8fcc819a8c (diff)
downloadexternal_mesa3d-361e8e911886784407c7aff91e09b9b2bfd5cde8.zip
external_mesa3d-361e8e911886784407c7aff91e09b9b2bfd5cde8.tar.gz
external_mesa3d-361e8e911886784407c7aff91e09b9b2bfd5cde8.tar.bz2
mesa: Add end of line to the end of a debug output.
Diffstat (limited to 'src/mesa/main/matrix.c')
-rw-r--r--src/mesa/main/matrix.c2
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;