Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8838 → Rev 8839

/programs/cmm/eolite/include/icons.h
21,7 → 21,7
default_icon=2;
}
 
if (chrnum(file_path, '/')==2) {
if (ESBYTE[file_path+1]!='k') && (chrnum(file_path, '/')==2) {
if (ESBYTE[file_path+1]=='/') ext[0] = ESBYTE[file_path+2];
else ext[0] = ESBYTE[file_path+1];
ext[1] = '\0';