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

Alexandre Julliard julliard at winehq.org
Wed Jul 22 09:33:58 CDT 2009


Module: wine
Branch: master
Commit: fb0e107b1863f963e7074786e9a3363a5ac638cd
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fb0e107b1863f963e7074786e9a3363a5ac638cd

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Jul 22 08:52:07 2009 +0200

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

---

 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 e7c7d95..9b566b6 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;
     }
 




More information about the wine-cvs mailing list