fixes a gcc warning about a partially-bracketed initializer. patch by dbaron, r=me, b=168584

git-svn-id: svn://10.0.0.236/trunk@129661 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com
2002-09-15 20:59:29 +00:00
parent c2e455624f
commit 6fe1c2b00b

View File

@@ -358,10 +358,10 @@ static const nsModuleComponentInfo components[] = {
const int components_length = sizeof(components) / sizeof(components[0]);
static const PRStaticLinkTable sGlueSymbols[] = {
static const PRStaticLinkTable sGlueSymbols[] = { {
"NS_GetFrozenFunctions",
(void (* PR_CALLBACK)())&NS_GetFrozenFunctions
} ;
} } ;
// gMemory will be freed during shutdown.
static nsIMemory* gMemory = nsnull;