From 138e12b3d2b529f326fa68ceec6d9197c5c8d804 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Wed, 8 Nov 2006 00:54:49 +0100 Subject: [PATCH] shell32: Add missing '\n' to Wine trace. --- dlls/shell32/shlexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/shell32/shlexec.c b/dlls/shell32/shlexec.c index 479e90ff73b..c618def5a0e 100644 --- a/dlls/shell32/shlexec.c +++ b/dlls/shell32/shlexec.c @@ -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) {