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