Subversion Repositories Kolibri OS

Rev

Rev 3247 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3247 Rev 8827
Line 1... Line 1...
1
int cmd_shutdown(char param[])
1
int cmd_shutdown(char param[]) {
2
{
-
 
3
kol_system_end(2);
2
    kol_system_end(2);
4
return TRUE;
3
    return TRUE;
5
}
4
}