Commit 2de28eb6 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

mshtml: Add a trailing '\n' to a TRACE().

parent 73bf5f1a
......@@ -656,7 +656,7 @@ static HRESULT WINAPI HTMLBodyElement_get_scroll(IHTMLBodyElement *iface, BSTR *
}else if(!strcmpW(overflow, hiddenW)) {
ret = noW;
}else {
TRACE("Defaulting %s to NULL", debugstr_w(overflow));
TRACE("Defaulting %s to NULL\n", debugstr_w(overflow));
*p = NULL;
return S_OK;
}
......
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