Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1664 → Rev 1665

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