Commit 138e12b3 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

shell32: Add missing '\n' to Wine trace.

parent fc765b98
......@@ -217,7 +217,7 @@ static BOOL SHELL_ArgifyW(WCHAR* out, int len, const WCHAR* fmt, const WCHAR* lp
pv = SHLockShared(hmem, 0);
chars = sprintfW(buf, wszILPtr, pv);
if (chars >= sizeof(buf)/sizeof(WCHAR))
ERR("pidl format buffer too small!");
ERR("pidl format buffer too small!\n");
used += chars;
if (used < len)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment