mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +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
|
@ -615,7 +615,7 @@ NtGdiResizePalette(
|
|||
XLATEOBJ *NewXlateObj = (int*) HeapReAlloc(GetProcessHeap(), 0, XlateObj, cEntries * sizeof(int));
|
||||
if(NewXlateObj == NULL)
|
||||
{
|
||||
ERR("Can not resize logicalToSystem -- out of memory!");
|
||||
ERR("Can not resize logicalToSystem -- out of memory!\n");
|
||||
GDI_ReleaseObj( hPal );
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue