Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3246 → Rev 3247

/programs/system/shell/cmd/cmd_touch.c
13,7 → 13,7
#elif LANG_RUS
printf(" touch <¨¬ï ä ©« >\n\r");
#endif
return FALSE;
return TRUE;
}
 
if ( ( 0 == strcmp(file, ".") ) || ( 0 == strcmp(file, "..") ) || ( 0 == strcmp(cur_dir, "/")) )