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

Alexandre Julliard julliard at winehq.org
Mon Jun 13 11:49:17 CDT 2011


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Jun 11 20:20:50 2011 +0200

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

---

 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)
     {




More information about the wine-cvs mailing list