Commit 6c3e1f9a authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

CreateErrorInfo trace fix.

CreateErrorInfo isn't a stub so don't print this in the trace message.
parent 69aa9f9d
......@@ -476,7 +476,7 @@ HRESULT WINAPI CreateErrorInfo(ICreateErrorInfo **pperrinfo)
{
IErrorInfo * pei;
HRESULT res;
TRACE("(%p): stub:\n", pperrinfo);
TRACE("(%p)\n", pperrinfo);
if(! pperrinfo ) return E_INVALIDARG;
if(!(pei=IErrorInfoImpl_Constructor()))return E_OUTOFMEMORY;
......
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