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

This commit is contained in:
bryner@brianryner.com
2003-09-08 00:18:24 +00:00
parent 489438efa4
commit 32e253de73
27 changed files with 44 additions and 44 deletions

View File

@@ -465,8 +465,8 @@ RDFContentSinkImpl::~RDFContentSinkImpl()
////////////////////////////////////////////////////////////////////////
// nsISupports interface
NS_IMPL_ADDREF(RDFContentSinkImpl);
NS_IMPL_RELEASE(RDFContentSinkImpl);
NS_IMPL_ADDREF(RDFContentSinkImpl)
NS_IMPL_RELEASE(RDFContentSinkImpl)
NS_IMETHODIMP
RDFContentSinkImpl::QueryInterface(REFNSIID iid, void** result)