Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2873 → Rev 2874

/programs/network/htmlv/lib/encoding.h
172,14 → 172,7
AL=symbol;
}
 
/*int hex2char(char c)
{
if (c <=9)
return (c+48);
 
return (c - 10 + 'a');
}
 
/*
int hex2char(dword c)
{
if (c <=9)