Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 639 → Rev 640

/kernel/trunk/generic/src/console/kconsole.c
158,7 → 158,7
str[pos] = ch;
}
 
/** Try to find a command begenning with prefix */
/** Try to find a command beginning with prefix */
static const char * cmdtab_search_one(const char *name,link_t **startpos)
{
int namelen = strlen(name);