Marcus Meissner : mshtml: Removed duplicate const (Coverity).

Alexandre Julliard julliard at winehq.org
Mon Mar 14 14:29:45 CDT 2011


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

Author: Marcus Meissner <meissner at suse.de>
Date:   Mon Mar 14 05:28:42 2011 +0100

mshtml: Removed duplicate const (Coverity).

---

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

diff --git a/dlls/mshtml/tests/activex.c b/dlls/mshtml/tests/activex.c
index 241342b..486acce 100644
--- a/dlls/mshtml/tests/activex.c
+++ b/dlls/mshtml/tests/activex.c
@@ -101,7 +101,7 @@ static const char object_ax_str[] =
     "</object>"
     "</body></html>";
 
-static const REFIID pluginhost_iids[] = {
+static REFIID pluginhost_iids[] = {
     &IID_IOleClientSite,
     &IID_IAdviseSink,
     &IID_IAdviseSinkEx,




More information about the wine-cvs mailing list