Skip to content
Snippets Groups Projects
Commit 361e8e91 authored by Pauli Nieminen's avatar Pauli Nieminen
Browse files

mesa: Add end of line to the end of a debug output.

parent fce72d58
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment