Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8826 → Rev 8827

/programs/system/shell/cmd/cmd_exit.c
2,7 → 2,7
int cmd_exit(char param[])
{
free(ALIASES);
_exit(1);
con_exit(1);
kol_exit();
return TRUE;
}