Commit 6af5ae80 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 024e8040
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment