From 5912d7b04ac98b8f9a1c9c693ff257529add0fa0 Mon Sep 17 00:00:00 2001 From: JinWang An Date: Wed, 28 Dec 2022 17:25:05 +0900 Subject: Imported Upstream version 4.0.40 --- mmd.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mmd.c') 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)) -- cgit v1.2.3