mshtml: Remove superfluous semicolons.
This commit is contained in:
parent
cb05885f5d
commit
37d18db78b
|
@ -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) \
|
||||
|
|
Loading…
Reference in New Issue