Skip to content

Commit a0bf0f3

Browse files
committed
Avoid obfuscating use of default case in inftrees.c.
1 parent da64f17 commit a0bf0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inftrees.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ unsigned short FAR *work;
188188
extra = lext;
189189
match = 257;
190190
break;
191-
default: /* DISTS */
191+
case DISTS:
192192
base = dbase;
193193
extra = dext;
194194
match = 0;

0 commit comments

Comments
 (0)