Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7803 → Rev 7804

/programs/cmm/eolite/include/copy.h
14,6 → 14,7
}
if (state==true) selected_count++;
if (state==false) selected_count--;
if (selected_count<0) selected_count=0;
}
 
int getElementSelectedFlag(dword n) {