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
1 changed files with 0 additions and 3 deletions

View File

@ -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;