From: Jean-Paul Saman Date: Thu, 11 Feb 2010 13:41:41 +0000 (+0100) Subject: activex: fix compilation X-Git-Tag: 1.1.0-ff~143 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=488909d836914ee9631da27ba934e7227e868f69;p=vlc activex: fix compilation --- diff --git a/projects/activex/vlccontrol2.cpp b/projects/activex/vlccontrol2.cpp index 0bf7952c0b..2940e4e4e9 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)