From /dev/humancontroller.
This commit is contained in:
Zack Middleton 2012-06-18 16:27:00 +00:00
parent 997615168a
commit 7f9a04fd80
6 changed files with 5 additions and 6 deletions

View file

@ -47,6 +47,7 @@ void trap_Print( const char *string ) {
void trap_Error(const char *string)
{
syscall(UI_ERROR, string);
// shut up GCC warning about returning functions, because we know better
exit(1);
}