Bug 277214 don't use quotes in the module macro

r=jan sr=bzbarsky
This commit is contained in:
cst%andrew.cmu.edu 2005-01-12 07:14:29 +00:00
parent 34ebcde274
commit 038e824cbe

View File

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