mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[REACTOS] Add '\n' to debug logs
on TRACE, WARN, FIXME and ERR calls. Plus a few nit picks.
This commit is contained in:
committed by
Stanislav Motylkov
parent
079131faca
commit
03422451b3
@@ -165,7 +165,7 @@ START_TEST(ShellState)
|
||||
LPBYTE pb;
|
||||
int ret;
|
||||
|
||||
trace("GetVersion(): 0x%08lX", GetVersion());
|
||||
trace("GetVersion(): 0x%08lX\n", GetVersion());
|
||||
|
||||
osinfo.dwOSVersionInfoSize = sizeof(osinfo);
|
||||
GetVersionEx(&osinfo);
|
||||
|
||||
Reference in New Issue
Block a user