Avoid obfuscating use of default case in inftrees.c.
This commit is contained in:
parent
da64f1730c
commit
a0bf0f31d3
@ -188,7 +188,7 @@ unsigned short FAR *work;
|
||||
extra = lext;
|
||||
match = 257;
|
||||
break;
|
||||
default: /* DISTS */
|
||||
case DISTS:
|
||||
base = dbase;
|
||||
extra = dext;
|
||||
match = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user