Return type of thread_set_priority() was wrong.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1395 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2002-10-05 19:45:31 +00:00
parent ee02a93973
commit 94fc97f703
6 changed files with 197 additions and 28 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ kernel_debugger(const char * message)
dprintf(message);
dprintf("\n");
};
dprintf("Welcome to Kernel Debugging Land...\n");
kernel_debugger_loop();
}