Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1668 → Rev 1669

/programs/system/shell/cmd/cmd_shutdown.c
0,0 → 1,6
 
int cmd_shutdown(char param[])
{
kol_system_end(2);
return TRUE;
}