msxml3: Remove "stub" from traces.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
4fe18052c5
commit
be89f93687
|
@ -224,7 +224,7 @@ static HRESULT WINAPI parseError_get_line(
|
||||||
{
|
{
|
||||||
parse_error_t *This = impl_from_IXMLDOMParseError2( iface );
|
parse_error_t *This = impl_from_IXMLDOMParseError2( iface );
|
||||||
|
|
||||||
TRACE("(%p)->(%p): stub\n", This, line);
|
TRACE("%p, %p.\n", This, line);
|
||||||
|
|
||||||
if (!line) return E_INVALIDARG;
|
if (!line) return E_INVALIDARG;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue