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;
|
break;
|
||||||
|
|
||||||
case '-': if (toupper(word[2])=='Y')
|
case '-': if (toupper(word[2])=='Y')
|
||||||
flags &= ~OPT_NOPROMPT; break;
|
flags &= ~OPT_NOPROMPT;
|
||||||
|
break;
|
||||||
case '?': XCOPY_wprintf(XCOPY_LoadMessage(STRING_HELP));
|
case '?': XCOPY_wprintf(XCOPY_LoadMessage(STRING_HELP));
|
||||||
rc = RC_HELP;
|
rc = RC_HELP;
|
||||||
goto out;
|
goto out;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user