Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.

git-svn-id: svn://10.0.0.236/trunk@146614 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com
2003-09-07 21:50:21 +00:00
parent 260b09f147
commit 978d05c917
95 changed files with 208 additions and 208 deletions

View File

@@ -91,7 +91,7 @@ nsNodeInfo::Init(nsIAtom *aName, nsIAtom *aPrefix, PRInt32 aNamespaceID,
// nsISupports
NS_IMPL_ISUPPORTS1(nsNodeInfo, nsINodeInfo);
NS_IMPL_ISUPPORTS1(nsNodeInfo, nsINodeInfo)
// nsINodeInfo