Michael Stefaniuc : mshtml: Fix copy and paste error.

Alexandre Julliard julliard at winehq.org
Tue Feb 19 13:33:04 CST 2013


Module: wine
Branch: master
Commit: 52bdc93e723847240f8a46d0eaff191ac77be903
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=52bdc93e723847240f8a46d0eaff191ac77be903

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Tue Feb 19 15:17:08 2013 +0100

mshtml: Fix copy and paste error.

---

 dlls/mshtml/npplugin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mshtml/npplugin.c b/dlls/mshtml/npplugin.c
index aa74961..e681568 100644
--- a/dlls/mshtml/npplugin.c
+++ b/dlls/mshtml/npplugin.c
@@ -470,7 +470,7 @@ static ULONG WINAPI WindowForBindingUI_AddRef(IWindowForBindingUI *iface)
 static ULONG WINAPI WindowForBindingUI_Release(IWindowForBindingUI *iface)
 {
     InstallCallback *This = impl_from_IWindowForBindingUI(iface);
-    return IBindStatusCallback_AddRef(&This->IBindStatusCallback_iface);
+    return IBindStatusCallback_Release(&This->IBindStatusCallback_iface);
 }
 
 static HRESULT WINAPI WindowForBindingUI_GetWindow(IWindowForBindingUI *iface, REFGUID rguidReason, HWND *phwnd)




More information about the wine-cvs mailing list