diff options
Diffstat (limited to 'src/Common/zlib/inftrees.c')
-rw-r--r-- | src/Common/zlib/inftrees.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Common/zlib/inftrees.c b/src/Common/zlib/inftrees.c index 2ea08fc1..09462a74 100644 --- a/src/Common/zlib/inftrees.c +++ b/src/Common/zlib/inftrees.c @@ -1,3 +1,3 @@ /* inftrees.c -- generate Huffman trees for efficient decoding - * Copyright (C) 1995-2017 Mark Adler + * Copyright (C) 1995-2022 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h @@ -11,3 +11,3 @@ const char inflate_copyright[] = - " inflate 1.2.11 Copyright 1995-2017 Mark Adler "; + " inflate 1.2.12 Copyright 1995-2022 Mark Adler "; /* @@ -64,3 +64,3 @@ unsigned short FAR *work; 16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 18, 18, 18, 18, - 19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 16, 77, 202}; + 19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 16, 199, 202}; static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ |