From 314601212bf6fac2bd98a79a542a2c63be474602 Mon Sep 17 00:00:00 2001 From: "darin%meer.net" Date: Sat, 12 Nov 2005 19:40:46 +0000 Subject: [PATCH] Remove extraneous semi-colon as it breaks some builds. --- netwerk/build/nsNetModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netwerk/build/nsNetModule.cpp b/netwerk/build/nsNetModule.cpp index 3029b7eb034a..84352bb04562 100644 --- a/netwerk/build/nsNetModule.cpp +++ b/netwerk/build/nsNetModule.cpp @@ -265,7 +265,7 @@ nsresult NS_NewFTPDirListingConv(nsFTPDirListingConv** result); #ifdef NECKO_PROTOCOL_gopher #include "nsGopherDirListingConv.h" -NS_GENERIC_FACTORY_CONSTRUCTOR(nsGopherDirListingConv); +NS_GENERIC_FACTORY_CONSTRUCTOR(nsGopherDirListingConv) #endif #include "nsMultiMixedConv.h"