Changes in uspace/app/bdsh/scli.c [19f857a:36a75a2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/scli.c
r19f857a r36a75a2 65 65 usr->lasterr = 0; 66 66 67 input_init(); 67 if (input_init() != 0) 68 return 1; 68 69 69 70 return (int) cli_set_prompt(usr);
Note:
See TracChangeset
for help on using the changeset viewer.