Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1625 → Rev 1650

/advdemos/trunk/mpeg2/jetctrl.c
18,11 → 18,11
 
/**
------------
CVS : $Id: jetctrl.c,v 1.1.1.1 2004-05-24 17:54:50 giacomo Exp $
CVS : $Id: jetctrl.c,v 1.2 2005-01-08 15:14:32 pj Exp $
 
File: $File$
Revision: $Revision: 1.1.1.1 $
Last update: $Date: 2004-05-24 17:54:50 $
Revision: $Revision: 1.2 $
Last update: $Date: 2005-01-08 15:14:32 $
------------
**/
 
156,7 → 156,7
if (p4 == -1) {
grx_close();
perror("Could not create task <jetdummy>");
sys_end();
exit(1);
}
task_activate(p4);
}