include: Remove unnecessary semicolons from idl.
diff --git a/include/objidl.idl b/include/objidl.idl
index b457b50..928c57a 100644
--- a/include/objidl.idl
+++ b/include/objidl.idl
@@ -1780,7 +1780,7 @@
         [in] RPCOLEMESSAGE *pMsg,
         [out] DWORD *pdwDestContext,
         [out] void **ppvDestContext);
-};
+}
 
 [
     local,
@@ -2265,7 +2265,7 @@
 
     HRESULT EnableCOMDynamicAddrTracking();
     HRESULT DisableCOMDynamicAddrTracking();
-};
+}
 
 [
     local,
@@ -2281,7 +2281,7 @@
         [out, iid_is(riid)] void **ppEnumerator);
     HRESULT UpdateAddrExclusionList(
         [in] IUnknown *pEnumerator);
-};
+}
 
 typedef enum _APTTYPE {
     APTTYPE_CURRENT = -1,
@@ -2312,7 +2312,7 @@
         [out] GUID *pguidLogicalThreadId);
     HRESULT SetCurrentLogicalThreadId(
         [in] REFGUID rguid);
-};
+}
 
 
 [
@@ -2324,7 +2324,7 @@
 {
     HRESULT ResetInitializerTimeout(
         [in] DWORD dwSecondsRemaining);
-};
+}
 
 [
     local,
@@ -2350,7 +2350,7 @@
 
     HRESULT PostUninitialize(
         [in] DWORD dwNewThreadAptRefs);
-};
+}
 
 [
     object,