X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=cpmchmod.c;h=701d3b384605ca309d80ce6632710ad74c59db76;hb=3ab1551b71a20249ae864d1f3f40455411f234de;hp=0ad1ce6f7af1b15dcf7b5e9bae36fd8e4a157646;hpb=669a947da532682fcdb01a4fcbb0d9418206bcd0;p=debian%2Fcpmtools diff --git a/cpmchmod.c b/cpmchmod.c index 0ad1ce6..701d3b3 100644 --- a/cpmchmod.c +++ b/cpmchmod.c @@ -78,6 +78,7 @@ int main(int argc, char *argv[]) /*{{{*/ exitcode=1; } } + cpmUmount(&drive); exit(exitcode); } /*}}}*/