mshtml: Remove superfluous semicolons.

This commit is contained in:
Andrew Talbot 2008-12-22 20:22:06 +00:00 committed by Alexandre Julliard
parent cb05885f5d
commit 37d18db78b
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ typedef struct {
nsIDOMCSSRuleList *nslist;
} HTMLStyleSheetRulesCollection;
#define HTMLSTYLESHEET(x) ((IHTMLStyleSheet*) &(x)->lpHTMLStyleSheetVtbl);
#define HTMLSTYLESHEETSCOL(x) ((IHTMLStyleSheetsCollection*) &(x)->lpHTMLStyleSheetsCollectionVtbl);
#define HTMLSTYLESHEET(x) ((IHTMLStyleSheet*) &(x)->lpHTMLStyleSheetVtbl)
#define HTMLSTYLESHEETSCOL(x) ((IHTMLStyleSheetsCollection*) &(x)->lpHTMLStyleSheetsCollectionVtbl)
#define HTMLSTYLERULESCOL(x) ((IHTMLStyleSheetRulesCollection*) &(x)->lpHTMLStyleSheetRulesCollectionVtbl)
#define HTMLSTYLERULESCOL_THIS(iface) \