mshtml: Add missing '\n' in Wine trace.

Francois Gouget fgouget at free.fr
Mon Nov 27 12:20:14 CST 2006


---
 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);
-- 
1.4.3.3



More information about the wine-patches mailing list