summaryrefslogtreecommitdiff
path: root/mmd.c
diff options
context:
space:
mode:
authorJinWang An <jinwang.an@samsung.com>2022-12-28 17:25:05 +0900
committerJinWang An <jinwang.an@samsung.com>2022-12-28 17:25:05 +0900
commit5912d7b04ac98b8f9a1c9c693ff257529add0fa0 (patch)
treeb035630868b6084373da6c812f4ee59fca8eb6a0 /mmd.c
parentd4a3605a0edadbabd3b041ff1e45886117425513 (diff)
downloadmtools-5912d7b04ac98b8f9a1c9c693ff257529add0fa0.tar.gz
mtools-5912d7b04ac98b8f9a1c9c693ff257529add0fa0.tar.bz2
mtools-5912d7b04ac98b8f9a1c9c693ff257529add0fa0.zip
Imported Upstream version 4.0.40upstream/4.0.40
Diffstat (limited to 'mmd.c')
-rw-r--r--mmd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/mmd.c b/mmd.c
index b252a27..4ad0d29 100644
--- a/mmd.c
+++ b/mmd.c
@@ -21,9 +21,7 @@
#include "sysincludes.h"
-#include "msdos.h"
#include "mtools.h"
-#include "vfat.h"
#include "mainloop.h"
#include "plain_io.h"
#include "nameclash.h"
@@ -172,7 +170,7 @@ void mmd(int argc, char **argv, int type UNUSEDP)
case '?':
usage(1);
case 'o':
- handle_clash_options(&arg.ch, (char) c);
+ handle_clash_options(&arg.ch, c);
break;
case 'D':
if(handle_clash_options(&arg.ch, *optarg))