mirror of
https://github.com/reactos/wine.git
synced 2025-01-21 03:15:18 +00:00
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…
x
Reference in New Issue
Block a user