Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1142 → Rev 1550

/demos/trunk/pngdemo/initfile.c
36,11 → 36,11
*/
 
/*
* CVS : $Id: initfile.c,v 1.2 2003-03-20 14:59:20 giacomo Exp $
* CVS : $Id: initfile.c,v 1.3 2005-01-08 14:38:06 pj Exp $
*
* File: $File$
* Revision: $Revision: 1.2 $
* Last update: $Date: 2003-03-20 14:59:20 $
* Revision: $Revision: 1.3 $
* Last update: $Date: 2005-01-08 14:38:06 $
*/
 
#include "kernel/kern.h"
112,8 → 112,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();
return -1;
exit(1);
}
 
return 0;