extrac32: Merge identical case statements.

This commit is contained in:
Sergey Guralnik 2013-03-30 07:04:42 +02:00 committed by Alexandre Julliard
parent 56538fdf89
commit a5ac00aaf4

View file

@ -130,9 +130,6 @@ int PASCAL wWinMain(HINSTANCE hInstance, HINSTANCE prev, LPWSTR cmdline, int sho
return 0; return 0;
break; break;
case 'C': case 'C':
if (cmd) return 0;
cmd = check;
break;
case 'E': case 'E':
case 'D': case 'D':
if (cmd) return 0; if (cmd) return 0;