Remove extraneous semi-colon as it breaks some builds.

This commit is contained in:
darin%meer.net 2005-11-12 19:40:46 +00:00
parent d01d2820ae
commit 314601212b

View File

@ -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"