Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1550 → Rev 1549

/demos/trunk/jumpball/ball.c
18,11 → 18,11
 
/**
------------
CVS : $Id: ball.c,v 1.7 2005-01-08 14:35:17 pj Exp $
CVS : $Id: ball.c,v 1.6 2004-04-18 18:48:22 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.7 $
Last update: $Date: 2005-01-08 14:35:17 $
Revision: $Revision: 1.6 $
Last update: $Date: 2004-04-18 18:48:22 $
------------
**/
 
205,7 → 205,8
pid = task_create("pallaEDF", palla, &mp, NULL);
if (pid == NIL) {
sys_shutdown_message("Could not create task <pallaEDF>");
exit(1);
sys_end();
return;
}
else
task_activate(pid);