comdlg32: Add a trailing '\n' to a TRACE() call.

Francois Gouget fgouget at free.fr
Sat Jun 11 13:20:50 CDT 2011


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

diff --git a/dlls/comdlg32/itemdlg.c b/dlls/comdlg32/itemdlg.c
index 354e952..bc309c9 100644
--- a/dlls/comdlg32/itemdlg.c
+++ b/dlls/comdlg32/itemdlg.c
@@ -993,7 +993,7 @@ static LRESULT ctrl_container_on_create(HWND hwnd, CREATESTRUCTW *crs)
 static LRESULT ctrl_container_on_wm_destroy(FileDialogImpl *This)
 {
     customctrl *cur1, *cur2;
-    TRACE("%p", This);
+    TRACE("%p\n", This);
 
     LIST_FOR_EACH_ENTRY_SAFE(cur1, cur2, &This->cctrls, customctrl, entry)
     {
-- 
1.7.5.3




More information about the wine-patches mailing list