shell32: Add a trailing '\n' to a WARN().

Francois Gouget fgouget at free.fr
Wed Jul 22 01:52:07 CDT 2009


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

diff --git a/dlls/shell32/control.c b/dlls/shell32/control.c
index e2f8b89..ed8458c 100644
--- a/dlls/shell32/control.c
+++ b/dlls/shell32/control.c
@@ -97,7 +97,7 @@ CPlApplet*	Control_LoadApplet(HWND hWnd, LPCWSTR cmd, CPanel* panel)
 			 sizeof(*applet) + (applet->count - 1) * sizeof(NEWCPLINFOW));
 
     if (!(applet->cmd = HeapAlloc(GetProcessHeap(), 0, (lstrlenW(cmd)+1) * sizeof(WCHAR)))) {
-        WARN("Cannot allocate memory for applet path");
+        WARN("Cannot allocate memory for applet path\n");
         goto theError;
     }
 
-- 
1.6.3.3



More information about the wine-patches mailing list