Changes in uspace/app/bdsh/scli.c [582a0b8:b7fd2a0] in mainline


Ignore:
File:
1 edited

Legend:

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

    r582a0b8 rb7fd2a0  
    9898int main(int argc, char *argv[])
    9999{
    100         int ret = 0;
     100        errno_t ret = 0;
    101101       
    102102        stdiostate.stdin = stdin;
Note: See TracChangeset for help on using the changeset viewer.