From 6a8f6c4b1324e28c598a065683103ac2ef8ea3fc Mon Sep 17 00:00:00 2001 From: Jesse Date: Wed, 14 Dec 2011 14:43:58 -0500 Subject: Removed extra semicolons --- extensions/test/ole/cpptest/cpptest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/test/ole/cpptest') diff --git a/extensions/test/ole/cpptest/cpptest.cxx b/extensions/test/ole/cpptest/cpptest.cxx index 29e0f7cf2aef..981c3f08e50d 100644 --- a/extensions/test/ole/cpptest/cpptest.cxx +++ b/extensions/test/ole/cpptest/cpptest.cxx @@ -98,7 +98,7 @@ HRESULT doTest() args[3]= _variant_t(L"private:factory/swriter"); args[2]= _variant_t(L"Test"); args[1]= _variant_t((long) 40); - args[0].vt= VT_ARRAY | VT_DISPATCH;; + args[0].vt= VT_ARRAY | VT_DISPATCH; args[0].parray= ar; if (FAILED(hr= dispDesk.InvokeN(L"loadComponentFromURL", args, 4, &varRet))) { -- cgit