Commit 69f2ac0d authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

xcopy: Fix indentation of a break (coverity).

parent bc240bd3
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment