~ubuntu-branches/ubuntu/precise/cpmtools/precise

« back to all changes in this revision

Viewing changes to cpmrm.c

  • Committer: Package Import Robot
  • Author(s): Bdale Garbee
  • Date: 2011-12-26 01:02:56 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20111226010256-l67860ehmhudboi9
Tags: 2.13-1
* new uptream version
* add Vcs entries to the control file

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
      exitcode=1;
67
67
    }
68
68
  }
 
69
  cpmUmount(&drive);
69
70
  exit(exitcode);
70
71
}
71
72
/*}}}*/