[vlc-devel] commit: activex: fix compilation (Jean-Paul Saman )
git version control
git at videolan.org
Fri Feb 12 15:54:07 CET 2010
vlc | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Thu Feb 11 14:41:41 2010 +0100| [488909d836914ee9631da27ba934e7227e868f69] | committer: Jean-Paul Saman
activex: fix compilation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=488909d836914ee9631da27ba934e7227e868f69
---
projects/activex/vlccontrol2.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/projects/activex/vlccontrol2.cpp b/projects/activex/vlccontrol2.cpp
index 0bf7952..2940e4e 100644
--- a/projects/activex/vlccontrol2.cpp
+++ b/projects/activex/vlccontrol2.cpp
@@ -1462,7 +1462,7 @@ STDMETHODIMP VLCControl2::get_BackColor(OLE_COLOR *backcolor)
return E_POINTER;
*backcolor = _p_instance->getBackColor();
- return S_OKs;
+ return S_OK;
};
STDMETHODIMP VLCControl2::put_BackColor(OLE_COLOR backcolor)
More information about the vlc-devel
mailing list