Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 613 → Rev 614

/kernel/trunk/generic/src/console/kconsole.c
430,7 → 430,7
bool isptr = false;
/* If we get a name, try to find it in symbol table */
if (text[0] < '0' | text[0] > '9') {
if (text[0] < '0' || text[0] > '9') {
if (text[0] == '&') {
isaddr = true;
text++;len--;