diff --git a/xpcom/build/nsXPComInit.cpp b/xpcom/build/nsXPComInit.cpp index ae4679e27975..c4b6f8767759 100644 --- a/xpcom/build/nsXPComInit.cpp +++ b/xpcom/build/nsXPComInit.cpp @@ -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;