Changes in uspace/app/bdsh/scli.c [da2bd08:5db9084] in mainline
- File:
-
- 1 edited
-
uspace/app/bdsh/scli.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/scli.c
rda2bd08 r5db9084 31 31 #include <stdio.h> 32 32 #include <stdlib.h> 33 #include <str ing.h>33 #include <str.h> 34 34 #include <unistd.h> 35 35 #include "config.h" … … 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); … … 99 100 } 100 101 } 101 goto finit;102 102 103 finit: 103 printf("Leaving %s.\n", progname); 104 104 105 cli_finit(&usr); 105 106 return ret;
Note:
See TracChangeset
for help on using the changeset viewer.
