Changes in uspace/app/bdsh/scli.c [5db9084:36a75a2] in mainline


Ignore:
File:
1 edited

Legend:

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

    r5db9084 r36a75a2  
    100100                }
    101101        }
     102        goto finit;
    102103
    103         printf("Leaving %s.\n", progname);
    104 
     104finit:
    105105        cli_finit(&usr);
    106106        return ret;
Note: See TracChangeset for help on using the changeset viewer.