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

This commit is contained in:
Francois Gouget 2006-11-27 19:20:14 +01:00 committed by Alexandre Julliard
parent 024e804044
commit 6af5ae8027
1 changed files with 1 additions and 1 deletions

View File

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