mshtml: Add '\n' to Wine trace.

oldstable
Francois Gouget 2006-12-04 19:56:58 +01:00 committed by Alexandre Julliard
parent 9c297ffed2
commit bf9865d302
1 changed files with 1 additions and 1 deletions

View File

@ -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: