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

This commit is contained in:
Francois Gouget 2006-11-08 00:54:49 +01:00 committed by Alexandre Julliard
parent fc765b98bf
commit 138e12b3d2
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{