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@146624 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com
2003-09-07 23:12:15 +00:00
parent a4342aad58
commit 109d623425
61 changed files with 88 additions and 88 deletions

View File

@@ -48,6 +48,6 @@ static const nsModuleComponentInfo components[] =
},
};
NS_IMPL_NSGETMODULE(nsJarProtocolModule, components);
NS_IMPL_NSGETMODULE(nsJarProtocolModule, components)