Changes in uspace/app/bdsh/scli.c [36a75a2:19f857a] in mainline


Ignore:
File:
1 edited

Legend:

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

    r36a75a2 r19f857a  
    6565        usr->lasterr = 0;
    6666
    67         if (input_init() != 0)
    68                 return 1;
     67        input_init();
    6968
    7069        return (int) cli_set_prompt(usr);
Note: See TracChangeset for help on using the changeset viewer.