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