mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 04:53:00 +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
|
@ -282,7 +282,7 @@ loop:
|
|||
case GC_KEYREAD:
|
||||
TRACE ("GC_KEYREAD\n");
|
||||
TRACE ("elapsed %d msecs\n", GetTickCount () - clk);
|
||||
TRACE ("read %c", Ch);
|
||||
TRACE ("read %c\n", Ch);
|
||||
if ((val=IsKeyInString(lpOptions,Ch,bCaseSensitive))==-1)
|
||||
{
|
||||
Beep (440, 50);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue