Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1647 → Rev 1646

/programs/system/shell/shell.c
104,8 → 104,6
void kol_main()
{
 
NUM_OF_CMD = sizeof(COMMANDS)/sizeof(COMMANDS[0]);
 
strcpy(title, "SHELL ");
strcat(title, SHELL_VERSION);
CONSOLE_INIT(title);
115,8 → 113,6
 
con_set_cursor_height(con_get_font_height()-1);
 
ALIASES = malloc(128*1024);
 
if (strlen(PARAM) > 0)
strcpy(CMD, PARAM);
else