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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user