there isn't an underscore in the FullCircle initialization call.

This commit is contained in:
cyeh@netscape.com
1999-02-04 22:57:13 +00:00
parent 3983f43ac9
commit 776a5f3bff

View File

@@ -101,7 +101,7 @@ nsAppShellService::Initialize(void)
nsresult rv;
#ifdef MOZ_FULLCIRCLE
FC_Initialize();
FCInitialize();
#endif
// Create the Event Queue for the UI thread...
nsIEventQueueService* mEventQService;