Changes in uspace/app/bdsh/scli.c [19f857a:5db9084] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/scli.c

    r19f857a r5db9084  
    6565        usr->lasterr = 0;
    6666
    67         input_init();
     67        if (input_init() != 0)
     68                return 1;
    6869
    6970        return (int) cli_set_prompt(usr);
     
    99100                }
    100101        }
    101         goto finit;
    102102
    103 finit:
     103        printf("Leaving %s.\n", progname);
     104
    104105        cli_finit(&usr);
    105106        return ret;
Note: See TracChangeset for help on using the changeset viewer.