Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8826 → Rev 8827

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