Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3341 → Rev 3342

/branches/shell/uspace/app/bdsh/scli.c
56,7 → 56,7
 
/* (re)allocates memory to store the current working directory, gets
* and updates the current working directory, formats the prompt string */
int cli_set_prompt(cliuser_t *usr)
unsigned int cli_set_prompt(cliuser_t *usr)
{
usr->prompt = (char *) realloc(usr->prompt, PATH_MAX);
if (NULL == usr->prompt) {