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

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

parent 0611e27c
...@@ -124,7 +124,7 @@ static ULONG WINAPI OleContainer_Release(IOleContainer *iface) ...@@ -124,7 +124,7 @@ static ULONG WINAPI OleContainer_Release(IOleContainer *iface)
} }
static HRESULT WINAPI OleContainer_ParseDisplayName(IOleContainer *iface, IBindCtx *pbc, 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"); ok(0, "unexpected call\n");
return E_NOTIMPL; 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