Module: wine Branch: master Commit: 138e12b3d2b529f326fa68ceec6d9197c5c8d804 URL: http://source.winehq.org/git/wine.git/?a=commit;h=138e12b3d2b529f326fa68ceec...
Author: Francois Gouget fgouget@free.fr Date: Wed Nov 8 00:54:49 2006 +0100
shell32: Add missing '\n' to Wine trace.
---
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) {