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

Francois Gouget fgouget at free.fr
Tue Nov 7 17:54:49 CST 2006


---
 dlls/shell32/shlexec.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shell32/shlexec.c b/dlls/shell32/shlexec.c
index 479e90f..c618def 100644
--- a/dlls/shell32/shlexec.c
+++ b/dlls/shell32/shlexec.c
@@ -217,7 +217,7 @@ static BOOL SHELL_ArgifyW(WCHAR* out, in
 		    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)
 		    {
-- 
1.4.1.1




More information about the wine-patches mailing list