Avoid obfuscating use of default case in inftrees.c.

This commit is contained in:
Mark Adler 2016-10-14 13:30:18 -07:00
parent da64f1730c
commit a0bf0f31d3

View File

@ -188,7 +188,7 @@ unsigned short FAR *work;
extra = lext;
match = 257;
break;
default: /* DISTS */
case DISTS:
base = dbase;
extra = dext;
match = 0;