Bug 277214 don't use quotes in the module macro

r=jan sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@167583 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cst%andrew.cmu.edu
2005-01-12 07:14:29 +00:00
parent 428e44ca08
commit 77ada10dd0

View File

@@ -92,4 +92,4 @@ static nsModuleComponentInfo components[] =
#endif
};
NS_IMPL_NSGETMODULE("mozSqlModule", components)
NS_IMPL_NSGETMODULE(mozSqlModule, components)