diff options
author | 2022-04-04 15:45:59 +0100 | |
---|---|---|
committer | 2022-04-17 12:59:02 +0100 | |
commit | 56e9b1647b14fc9a2d7cc6200bb86a9f415b00fb (patch) | |
tree | e8eab7ba7e3b46887da2c60b58c8abd6cc54543d /zlib/contrib/infback9/inftree9.c | |
parent | Import Ghostscript 9.56.0 (diff) | |
download | ghostscript-gpl-patches-ghostscript-9.tar.gz ghostscript-gpl-patches-ghostscript-9.tar.bz2 ghostscript-gpl-patches-ghostscript-9.zip |
Import Ghostscript 9.56.1ghostscript-9.56.1ghostscript-9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'zlib/contrib/infback9/inftree9.c')
-rw-r--r-- | zlib/contrib/infback9/inftree9.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/zlib/contrib/infback9/inftree9.c b/zlib/contrib/infback9/inftree9.c index 5f4a7679..05506066 100644 --- a/zlib/contrib/infback9/inftree9.c +++ b/zlib/contrib/infback9/inftree9.c @@ -1,5 +1,5 @@ /* inftree9.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 */ @@ -9,7 +9,7 @@ #define MAXBITS 15 const char inflate9_copyright[] = - " inflate9 1.2.11 Copyright 1995-2017 Mark Adler "; + " inflate9 1.2.12 Copyright 1995-2022 Mark Adler "; /* If you use the zlib library in a product, an acknowledgment is welcome in the documentation of your product. If for some reason you cannot @@ -64,7 +64,7 @@ unsigned short FAR *work; static const unsigned short lext[31] = { /* Length codes 257..285 extra */ 128, 128, 128, 128, 128, 128, 128, 128, 129, 129, 129, 129, 130, 130, 130, 130, 131, 131, 131, 131, 132, 132, 132, 132, - 133, 133, 133, 133, 144, 77, 202}; + 133, 133, 133, 133, 144, 199, 202}; static const unsigned short dbase[32] = { /* Distance codes 0..31 base */ 1, 2, 3, 4, 5, 7, 9, 13, 17, 25, 33, 49, 65, 97, 129, 193, 257, 385, 513, 769, 1025, 1537, 2049, 3073, |