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