From bf9865d30264b06f9eccb6f2e04aea1ccb628ac1 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Mon, 4 Dec 2006 19:56:58 +0100 Subject: [PATCH] mshtml: Add '\n' to Wine trace. --- dlls/mshtml/editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/mshtml/editor.c b/dlls/mshtml/editor.c index fb0e6b3103a..0a444bfbeaa 100644 --- a/dlls/mshtml/editor.c +++ b/dlls/mshtml/editor.c @@ -425,7 +425,7 @@ void handle_edit_event(HTMLDocument *This, nsIDOMEvent *event) switch(code) { case DOM_VK_LEFT: - TRACE("left"); + TRACE("left\n"); collapse_next_char(This, key_event, FALSE); break; case DOM_VK_RIGHT: