Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3105 → Rev 3106

/programs/cmm/lib/encoding.h
170,13 → 170,4
}
wintodos(#symbol);
AL=symbol;
}
 
/*
int hex2char(dword c)
{
if (c <=9)
return (c+48);
 
return (c - 10 + 'a');
}*/
}