1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

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;
break;
case 'C':
if (cmd) return 0;
cmd = check;
break;
case 'E':
case 'D':
if (cmd) return 0;