wmp/tests: Fix the spelling of an unused parameter name.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Francois Gouget 2019-11-28 13:28:14 +01:00 committed by Alexandre Julliard
parent 0611e27caf
commit c5e4a5345e
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,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;