Sergey Guralnik : extrac32: Merge identical case statements.

Alexandre Julliard julliard at winehq.org
Tue Apr 2 13:38:36 CDT 2013


Module: wine
Branch: master
Commit: a5ac00aaf422398a0bb6f47f815dd24eea10fc9e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a5ac00aaf422398a0bb6f47f815dd24eea10fc9e

Author: Sergey Guralnik <serhio at etersoft.ru>
Date:   Sat Mar 30 07:04:42 2013 +0200

extrac32: Merge identical case statements.

---

 programs/extrac32/extrac32.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/programs/extrac32/extrac32.c b/programs/extrac32/extrac32.c
index fc1ae1c..11dd755 100644
--- a/programs/extrac32/extrac32.c
+++ b/programs/extrac32/extrac32.c
@@ -130,9 +130,6 @@ int PASCAL wWinMain(HINSTANCE hInstance, HINSTANCE prev, LPWSTR cmdline, int sho
                     return 0;
                 break;
             case 'C':
-                if (cmd) return 0;
-                cmd = check;
-                break;
             case 'E':
             case 'D':
                 if (cmd) return 0;




More information about the wine-cvs mailing list