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

« back to all changes in this revision

Viewing changes to cpmchmod.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:
78
78
      exitcode=1;
79
79
    }
80
80
  }
 
81
  cpmUmount(&drive);
81
82
  exit(exitcode);
82
83
}
83
84
/*}}}*/