From 967c8ec9748a80fde16c96c1063ac84b1039f238 Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Tue, 2 Jul 2002 04:26:18 +0000 Subject: [PATCH] Os/2 bustage git-svn-id: svn://10.0.0.236/trunk@124471 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/build/nsXPComInit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/build/nsXPComInit.cpp b/mozilla/xpcom/build/nsXPComInit.cpp index d7b778812d6..890aee1f030 100644 --- a/mozilla/xpcom/build/nsXPComInit.cpp +++ b/mozilla/xpcom/build/nsXPComInit.cpp @@ -297,7 +297,7 @@ const int components_length = sizeof(components) / sizeof(components[0]); static const PRStaticLinkTable sGlueSymbols[] = { "NS_GetFrozenFunctions", - (void (*)())&NS_GetFrozenFunctions + (void (* PR_CALLBACK)())&NS_GetFrozenFunctions } ; // gMemory will be freed during shutdown.