extrac32: Merge identical case statements.
This commit is contained in:
parent
56538fdf89
commit
a5ac00aaf4
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user