mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 17:01:49 +00:00
[REACTOS] Add '\n' to debug logs
on TRACE, WARN, FIXME and ERR calls. Plus a few nit picks.
This commit is contained in:
parent
079131faca
commit
03422451b3
40 changed files with 52 additions and 52 deletions
|
@ -1028,7 +1028,7 @@ WRITE_COLOR_SPAN(32, ULONG, 4)
|
|||
static void write_monocolor_span_frontbuffer(struct sw_framebuffer* fb, GLuint n, GLint x, GLint y,
|
||||
const GLubyte mask[], COLORREF Color)
|
||||
{
|
||||
TRACE("Writing monocolor span at %u %u (%u), Color 0x%08x", x, y, n, Color);
|
||||
TRACE("Writing monocolor span at %u %u (%u), Color 0x%08x\n", x, y, n, Color);
|
||||
|
||||
if (mask)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue