mshtml: Add a trailing '\n' to a TRACE().
This commit is contained in:
parent
73bf5f1ae6
commit
2de28eb64b
|
@ -656,7 +656,7 @@ static HRESULT WINAPI HTMLBodyElement_get_scroll(IHTMLBodyElement *iface, BSTR *
|
||||||
}else if(!strcmpW(overflow, hiddenW)) {
|
}else if(!strcmpW(overflow, hiddenW)) {
|
||||||
ret = noW;
|
ret = noW;
|
||||||
}else {
|
}else {
|
||||||
TRACE("Defaulting %s to NULL", debugstr_w(overflow));
|
TRACE("Defaulting %s to NULL\n", debugstr_w(overflow));
|
||||||
*p = NULL;
|
*p = NULL;
|
||||||
return S_OK;
|
return S_OK;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue