summaryrefslogtreecommitdiff
path: root/Kernel/init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/init.cpp')
-rw-r--r--Kernel/init.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/init.cpp b/Kernel/init.cpp
index 8001460b58..d7c42823f0 100644
--- a/Kernel/init.cpp
+++ b/Kernel/init.cpp
@@ -137,8 +137,8 @@ static void init_stage2()
Process::create_kernel_process("spawn_stress", spawn_stress);
#endif
- extern void WindowComposer_main();
- Process::create_kernel_process("WindowComposer", WindowComposer_main);
+ extern void WindowServer_main();
+ Process::create_kernel_process("WindowServer", WindowServer_main);
current->sys$exit(0);
ASSERT_NOT_REACHED();