mshtml: Add '\n' to Wine trace.

Francois Gouget fgouget at free.fr
Mon Dec 4 12:56:58 CST 2006


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

diff --git a/dlls/mshtml/editor.c b/dlls/mshtml/editor.c
index fb0e6b3..0a444bf 100644
--- a/dlls/mshtml/editor.c
+++ b/dlls/mshtml/editor.c
@@ -425,7 +425,7 @@ void handle_edit_event(HTMLDocument *Thi
 
     switch(code) {
     case DOM_VK_LEFT:
-        TRACE("left");
+        TRACE("left\n");
         collapse_next_char(This, key_event, FALSE);
         break;
     case DOM_VK_RIGHT:
-- 
1.4.3.3




More information about the wine-patches mailing list