Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3363 → Rev 3364

/trunk/uspace/app/bdsh/cmds/modules/help/help.c
49,7 → 49,7
volatile int mod_switch = -1;
 
/* Just use a pointer here, no need for mod_switch */
int is_mod_or_builtin(char *cmd)
static int is_mod_or_builtin(char *cmd)
{
int rc = HELP_IS_RUBBISH;