From a0bf0f31d30088333aacf0b886d606c81a54bf21 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 14 Oct 2016 13:30:18 -0700 Subject: [PATCH] Avoid obfuscating use of default case in inftrees.c. --- inftrees.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inftrees.c b/inftrees.c index 0d2670d5..0ea34eba 100644 --- a/inftrees.c +++ b/inftrees.c @@ -188,7 +188,7 @@ unsigned short FAR *work; extra = lext; match = 257; break; - default: /* DISTS */ + case DISTS: base = dbase; extra = dext; match = 0;