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-07 21:50:21 +00:00
parent 07be0d6849
commit 147ceaa429
90 changed files with 194 additions and 194 deletions

View File

@@ -139,8 +139,8 @@ NS_INTERFACE_MAP_BEGIN(nsFrameLoader)
NS_INTERFACE_MAP_END
NS_IMPL_ADDREF(nsFrameLoader);
NS_IMPL_RELEASE(nsFrameLoader);
NS_IMPL_ADDREF(nsFrameLoader)
NS_IMPL_RELEASE(nsFrameLoader)
NS_IMETHODIMP
nsFrameLoader::Init(nsIContent *aOwner)