Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 1549 → Rev 1550

/demos/trunk/jumpball/jetctrl.c
18,11 → 18,11
 
/**
------------
CVS : $Id: jetctrl.c,v 1.4 2004-04-18 18:48:22 giacomo Exp $
CVS : $Id: jetctrl.c,v 1.5 2005-01-08 14:35:17 pj Exp $
 
File: $File$
Revision: $Revision: 1.4 $
Last update: $Date: 2004-04-18 18:48:22 $
Revision: $Revision: 1.5 $
Last update: $Date: 2005-01-08 14:35:17 $
------------
**/
 
202,7 → 202,7
if (p3 == -1) {
sys_shutdown_message("Could not create task <jetctrl> errno=%d",
errno);
sys_end();
exit(1);
}
 
soft_task_default_model(m4);
216,7 → 216,7
if (p4 == -1) {
sys_shutdown_message("Could not create task <jetdummy> errno=%d",
errno);
sys_end();
exit(1);
}
 
soft_task_default_model(m5);
230,7 → 230,7
if (p5 == -1) {
sys_shutdown_message("Could not create task <jetslide> errno=%d",
errno);
sys_end();
exit(1);
}
}