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

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2019-09-16 15:58:36 +02:00 committed by Alexandre Julliard
parent a6e2378021
commit 7551549057
1 changed files with 1 additions and 1 deletions

View File

@ -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;