xcopy: Fix indentation of a break (coverity).
This commit is contained in:
parent
bc240bd323
commit
69f2ac0d52
|
@ -821,7 +821,8 @@ static int XCOPY_ParseCommandLine(WCHAR *suppliedsource,
|
|||
break;
|
||||
|
||||
case '-': if (toupper(word[2])=='Y')
|
||||
flags &= ~OPT_NOPROMPT; break;
|
||||
flags &= ~OPT_NOPROMPT;
|
||||
break;
|
||||
case '?': XCOPY_wprintf(XCOPY_LoadMessage(STRING_HELP));
|
||||
rc = RC_HELP;
|
||||
goto out;
|
||||
|
|
Loading…
Reference in New Issue