Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6697 → Rev 6698

/programs/cmm/lib/debug.h
58,10 → 58,4
debugi(number);
}
 
:void die(dword _last_msg)
{
debugln(_last_msg);
ExitProcess();
}
 
#endif