Commit 7142fc16 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

msxml3: Remove superfluous semicolon.

parent c25e5d64
......@@ -54,7 +54,7 @@ typedef struct _saxreader
static inline saxreader *impl_from_IVBSAXXMLReader( IVBSAXXMLReader *iface )
{
return (saxreader *)((char*)iface - FIELD_OFFSET(saxreader, lpVtbl));
};
}
/*** IUnknown methods ***/
static HRESULT WINAPI saxxmlreader_QueryInterface(IVBSAXXMLReader* iface, REFIID riid, void **ppvObject)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment