mshtml: Fix typo in TRACE.
This commit is contained in:
parent
be4178928b
commit
1c27f25225
|
@ -76,7 +76,7 @@ static HRESULT WINAPI InternetHostSecurityManager_ProcessUrlAction(IInternetHost
|
|||
HTMLDocumentNode *This = HOSTSECMGR_THIS(iface);
|
||||
const WCHAR *url;
|
||||
|
||||
TRACE("%p)->(%d %p %d %p %d %x %x)\n", This, dwAction, pPolicy, cbPolicy, pContext, cbContext, dwFlags, dwReserved);
|
||||
TRACE("(%p)->(%d %p %d %p %d %x %x)\n", This, dwAction, pPolicy, cbPolicy, pContext, cbContext, dwFlags, dwReserved);
|
||||
|
||||
url = This->basedoc.doc_obj->url ? This->basedoc.doc_obj->url : about_blankW;
|
||||
|
||||
|
|
Loading…
Reference in New Issue