summaryrefslogtreecommitdiffstats
path: root/generic/tclZlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclZlib.c')
-rw-r--r--generic/tclZlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclZlib.c b/generic/tclZlib.c
index dfaf7331e..595ddf4 100644
--- a/generic/tclZlib.c
+++ b/generic/tclZlib.c
@@ -3786,7 +3786,7 @@ ZlibStackChannelTransform(
}
switch (format) {
- case TCL_ZLIB_FORMAT_RAW:
+ case TCL_ZLIB_FORMAT_RAW:
wbits = WBITS_RAW;
break;
case TCL_ZLIB_FORMAT_ZLIB: