Module: wine Branch: master Commit: 6af5ae8027fa81be88f37649c804e7da4fb9daf4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6af5ae8027fa81be88f37649c8...
Author: Francois Gouget fgouget@free.fr Date: Mon Nov 27 19:20:14 2006 +0100
mshtml: Add missing '\n' in 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 64c5daf..011fe4d 100644 --- a/dlls/mshtml/editor.c +++ b/dlls/mshtml/editor.c @@ -140,7 +140,7 @@ void get_font_size(HTMLDocument *This, W nsAString size_str, val_str; LPCWSTR val;
- TRACE("found font tag %p", elem); + TRACE("found font tag %p\n", elem);
nsAString_Init(&size_str, wszSize); nsAString_Init(&val_str, NULL);