xcopy: Fix indentation of a break (style improvement) (coverity)

André Hentschel nerv at dawncrow.de
Wed Nov 7 16:19:27 CST 2012


CID 731614
---
 programs/xcopy/xcopy.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/programs/xcopy/xcopy.c b/programs/xcopy/xcopy.c
index ffd2c56..7a68831 100644
--- a/programs/xcopy/xcopy.c
+++ b/programs/xcopy/xcopy.c
@@ -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;
-- 
1.8.0


-- 

Best Regards, André Hentschel


More information about the wine-patches mailing list