James Hawkins : msi: Add missing '\n' to TRACE output.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Oct 4 04:25:12 CDT 2006


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

Author: James Hawkins <truiken at gmail.com>
Date:   Tue Oct  3 14:59:01 2006 -0700

msi: Add missing '\n' to TRACE output.

---

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

diff --git a/dlls/msi/dialog.c b/dlls/msi/dialog.c
index 74eefe5..11719dd 100644
--- a/dlls/msi/dialog.c
+++ b/dlls/msi/dialog.c
@@ -2964,7 +2964,7 @@ static LRESULT msi_dialog_onnotify( msi_
     LPNMHDR nmhdr = (LPNMHDR) param;
     msi_control *control = msi_dialog_find_control_by_hwnd( dialog, nmhdr->hwndFrom );
 
-    TRACE("%p %p", dialog, nmhdr->hwndFrom);
+    TRACE("%p %p\n", dialog, nmhdr->hwndFrom);
 
     if ( control && control->handler )
         control->handler( dialog, control, param );




More information about the wine-cvs mailing list