diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-16 10:23:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-16 10:23:14 (GMT) |
commit | d97147c2533ecc33102bb142a541dfe148ae7224 (patch) | |
tree | 309a65fb563311f443c3ad53446129687e560148 /compat/zlib/inffast.c | |
parent | 5aa91d462f499acb220fa05f682126b95bccde24 (diff) | |
download | tcl-d97147c2533ecc33102bb142a541dfe148ae7224.zip tcl-d97147c2533ecc33102bb142a541dfe148ae7224.tar.gz tcl-d97147c2533ecc33102bb142a541dfe148ae7224.tar.bz2 |
Update zlib to version 1.2.11
Diffstat (limited to 'compat/zlib/inffast.c')
-rw-r--r-- | compat/zlib/inffast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/zlib/inffast.c b/compat/zlib/inffast.c index 29eb7d8..0dbd1db 100644 --- a/compat/zlib/inffast.c +++ b/compat/zlib/inffast.c @@ -1,5 +1,5 @@ /* inffast.c -- fast decoding - * Copyright (C) 1995-2008, 2010, 2013, 2016 Mark Adler + * Copyright (C) 1995-2017 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ |