msxml3: Remove superfluous semicolon.

This commit is contained in:
Andrew Talbot 2008-03-31 20:42:18 +01:00 committed by Alexandre Julliard
parent c25e5d642a
commit 7142fc1634
1 changed files with 1 additions and 1 deletions

View File

@ -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)