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


Ignore:
File:
1 edited

Legend:

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

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