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@146622 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com
2003-09-07 22:56:05 +00:00
parent 13f639838a
commit a4342aad58
87 changed files with 310 additions and 310 deletions

View File

@@ -61,4 +61,4 @@ nsPluginModuleDtor(nsIModule *self)
}
NS_IMPL_NSGETMODULE_WITH_DTOR(nsPluginModule, gComponentInfo,
nsPluginModuleDtor);
nsPluginModuleDtor)