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
Родитель d7a254d287
Коммит 7dbb9363b4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;