shell32: Add a trailing '\n' to a WARN().
This commit is contained in:
parent
af0f00b671
commit
fb0e107b18
|
@ -97,7 +97,7 @@ CPlApplet* Control_LoadApplet(HWND hWnd, LPCWSTR cmd, CPanel* panel)
|
|||
sizeof(*applet) + (applet->count - 1) * sizeof(NEWCPLINFOW));
|
||||
|
||||
if (!(applet->cmd = HeapAlloc(GetProcessHeap(), 0, (lstrlenW(cmd)+1) * sizeof(WCHAR)))) {
|
||||
WARN("Cannot allocate memory for applet path");
|
||||
WARN("Cannot allocate memory for applet path\n");
|
||||
goto theError;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue