Commit be89f936 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

msxml3: Remove "stub" from traces.

parent 4fe18052
......@@ -224,7 +224,7 @@ static HRESULT WINAPI parseError_get_line(
{
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;
......
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