Got one that will make everybody happy (if Mac goes red, I'll scream)

This commit is contained in:
law%netscape.com 1999-05-15 01:01:29 +00:00
Родитель c3d44965bb
Коммит 0f22a29723
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -221,7 +221,7 @@ nsAppShellService::Initialize( nsICmdLineService *aCmdLineService )
} }
// Initialize each registered component. // Initialize each registered component.
EnumerateComponents( &InitializeComponent ); EnumerateComponents( &nsAppShellService::InitializeComponent );
done: done:
return rv; return rv;
@ -397,7 +397,7 @@ nsAppShellService::Shutdown(void)
#if 1 #if 1
// Shutdown all components. // Shutdown all components.
EnumerateComponents( &ShutdownComponent ); EnumerateComponents( &nsAppShellService::ShutdownComponent );
mAppShell->Exit(); mAppShell->Exit();
#else #else