From 6af5ae8027fa81be88f37649c804e7da4fb9daf4 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Mon, 27 Nov 2006 19:20:14 +0100 Subject: [PATCH] mshtml: Add missing '\n' in 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 64c5daf5c1c..011fe4dcd34 100644 --- a/dlls/mshtml/editor.c +++ b/dlls/mshtml/editor.c @@ -140,7 +140,7 @@ void get_font_size(HTMLDocument *This, WCHAR *ret) 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);