Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1145 → Rev 1159

/demos/trunk/fsdemo/mplay.c
36,11 → 36,11
*/
 
/*
* CVS : $Id: mplay.c,v 1.2 2002-11-11 08:17:31 pj Exp $
* CVS : $Id: mplay.c,v 1.3 2003-05-01 19:44:07 pj Exp $
*
* File: $File$
* Revision: $Revision: 1.2 $
* Last update: $Date: 2002-11-11 08:17:31 $
* Revision: $Revision: 1.3 $
* Last update: $Date: 2003-05-01 19:44:07 $
*/
 
#include "config.h"
146,7 → 146,7
 
root_device=bdev_scan_devices(choose_root_callback);
if (root_device<0) {
cprintf("can't find root device to mount on /!!!\n");
sys_shutdown_message("can't find root device to mount on /!!!\n");
sys_end();
return -1;
}