diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2013-03-24 22:46:40 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2013-03-24 22:47:59 -0700 |
commit | 0b166094092efa2b92200cbb67f390e86c181ab4 (patch) | |
tree | 32561580c6684415ddf702b9c956d6c704fb19d2 /inftrees.c | |
parent | f81b79c55998a0b7551c129ac379df5839d0949b (diff) | |
download | zlib-0b166094092efa2b92200cbb67f390e86c181ab4.tar.gz zlib-0b166094092efa2b92200cbb67f390e86c181ab4.tar.bz2 zlib-0b166094092efa2b92200cbb67f390e86c181ab4.zip |
zlib 1.2.7.1v1.2.7.1
Diffstat (limited to 'inftrees.c')
-rw-r--r-- | inftrees.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* inftrees.c -- generate Huffman trees for efficient decoding | 1 | /* inftrees.c -- generate Huffman trees for efficient decoding |
2 | * Copyright (C) 1995-2012 Mark Adler | 2 | * Copyright (C) 1995-2013 Mark Adler |
3 | * For conditions of distribution and use, see copyright notice in zlib.h | 3 | * For conditions of distribution and use, see copyright notice in zlib.h |
4 | */ | 4 | */ |
5 | 5 | ||
@@ -9,7 +9,7 @@ | |||
9 | #define MAXBITS 15 | 9 | #define MAXBITS 15 |
10 | 10 | ||
11 | const char inflate_copyright[] = | 11 | const char inflate_copyright[] = |
12 | " inflate 1.2.7.1 Copyright 1995-2012 Mark Adler "; | 12 | " inflate 1.2.7.1 Copyright 1995-2013 Mark Adler "; |
13 | /* | 13 | /* |
14 | If you use the zlib library in a product, an acknowledgment is welcome | 14 | If you use the zlib library in a product, an acknowledgment is welcome |
15 | in the documentation of your product. If for some reason you cannot | 15 | in the documentation of your product. If for some reason you cannot |