Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1649 → Rev 1650

/advdemos/trunk/mpeg2/initfile.c
36,11 → 36,11
*/
 
/*
* CVS : $Id: initfile.c,v 1.2 2004-06-01 11:54:11 giacomo Exp $
* CVS : $Id: initfile.c,v 1.3 2005-01-08 15:14:32 pj Exp $
*
* File: $File$
* Revision: $Revision: 1.2 $
* Last update: $Date: 2004-06-01 11:54:11 $
* Revision: $Revision: 1.3 $
* Last update: $Date: 2005-01-08 15:14:32 $
*/
 
#include "kernel/kern.h"
171,7 → 171,7
root_device=bdev_scan_devices(choose_root_callback);
if (root_device<0) {
cprintf("can't find root device to mount on /!!!\n");
sys_end();
exit(1);
return -1;
}
 
229,7 → 229,7
grx_close();
#endif
cprintf("CTRL-C pressed!\n");
sys_end();
exit(1);
}