Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1389 → Rev 1550

/demos/trunk/input/initfile.c
125,7 → 125,7
shutdown_task_PID = task_create("Shutdown Task",shutdown_task_body,&nrt,NULL);
if (shutdown_task_PID == NIL) {
sys_shutdown_message("Error: Cannot create shutdown task\n");
sys_end();
exit(1);
}
}
 
165,7 → 165,7
JOY26_close();
KEYB26_close();
INPUT26_close();
sys_end();
exit(1);
}
FB26_use_grx(FRAME_BUFFER_DEVICE);
210,7 → 210,5
 
sys_shutdown_message("-- S.Ha.R.K. Closed --\n");
 
sys_abort_shutdown(0);
 
return NULL;
}