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:31:50 +00:00
parent 32e253de73
commit 1ffa7062d9
88 changed files with 140 additions and 140 deletions

View File

@@ -38,7 +38,7 @@
#include "nsScriptableInputStream.h"
#include "nsMemory.h"
NS_IMPL_ISUPPORTS1(nsScriptableInputStream, nsIScriptableInputStream);
NS_IMPL_ISUPPORTS1(nsScriptableInputStream, nsIScriptableInputStream)
// nsIBaseStream methods
NS_IMETHODIMP