Commit bf9865d3 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

mshtml: Add '\n' to Wine trace.

parent 9c297ffe
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment