Commit 70c9510b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

hlink: Fix the spelling of a parameter name.

parent c21bfe44
...@@ -271,7 +271,7 @@ static HRESULT WINAPI IHlinkBC_Clone( IHlinkBrowseContext* iface, ...@@ -271,7 +271,7 @@ static HRESULT WINAPI IHlinkBC_Clone( IHlinkBrowseContext* iface,
} }
static HRESULT WINAPI IHlinkBC_Close(IHlinkBrowseContext* iface, static HRESULT WINAPI IHlinkBC_Close(IHlinkBrowseContext* iface,
DWORD reserverd) DWORD reserved)
{ {
FIXME("\n"); FIXME("\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