mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-11 22:41:02 +00:00
fixes a gcc warning about a partially-bracketed initializer. patch by dbaron, r=me, b=168584
This commit is contained in:
parent
f203245ef0
commit
fb3a6729a5
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user