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

Alexandre Julliard julliard at winehq.org
Thu Nov 28 16:02:21 CST 2019


Module: wine
Branch: master
Commit: c5e4a5345e4df28c12c64a8b867c2a7d1bf16af7
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=c5e4a5345e4df28c12c64a8b867c2a7d1bf16af7

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Nov 28 13:28:14 2019 +0100

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

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/wmp/tests/oleobj.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/wmp/tests/oleobj.c b/dlls/wmp/tests/oleobj.c
index db466bf6d4..aaeb2aa82d 100644
--- a/dlls/wmp/tests/oleobj.c
+++ b/dlls/wmp/tests/oleobj.c
@@ -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;




More information about the wine-cvs mailing list