Module: wine Branch: master Commit: bf9865d30264b06f9eccb6f2e04aea1ccb628ac1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bf9865d30264b06f9eccb6f2e0...
Author: Francois Gouget fgouget@free.fr Date: Mon Dec 4 19:56:58 2006 +0100
mshtml: Add '\n' to Wine trace.
---
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: