Commit 75515490 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ieframe/tests: Fix the name of an unused function parameter.

parent a6e23780
......@@ -556,7 +556,7 @@ static ULONG WINAPI OleContainer_Release(IOleContainer *iface)
}
static HRESULT WINAPI OleContainer_ParseDisplayName(IOleContainer *iface, IBindCtx *pbc,
LPOLESTR pszDiaplayName, ULONG *pchEaten, IMoniker **ppmkOut)
LPOLESTR pszDisplayName, ULONG *pchEaten, IMoniker **ppmkOut)
{
ok(0, "unexpected call\n");
return E_NOTIMPL;
......
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