Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3974 → Rev 3975

/programs/cmm/tmpdisk/tmpdisk.c
8,7 → 8,7
#endif
 
/////////////////////////////////////////////////////////////////////////////////////////
///////////////////////// ®¡« áâì ¤ ­­ëå ////////////////////
///////////////////////// Program data ////////////////////
/////////////////////////////////////////////////////////////////////////////////////////
 
struct ioctl_struct
43,7 → 43,7
int driver_handle;
 
/////////////////////////////////////////////////////////////////////////////////////////
///////////////////////// êîä ////////////////////
///////////////////////// Code ////////////////////
/////////////////////////////////////////////////////////////////////////////////////////
#include "t_console.c"
#include "t_window.c"
51,12 → 51,11
 
void main()
{
debug("========= tmpdisk 0.45 =========");
driver_handle = LoadDriver("tmpdisk");
if (driver_handle==0)
{
notify("error: /rd1/1/drivers/tmpdisk.obj driver loading failed");
notify("program terminated");
notify("virtual disk wouldn't be added");
ExitProcess();
}