diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:17:33 -0700 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:17:33 -0700 |
| commit | 7850e4e406dce1f7a819297eeb151d1ca18e7cd9 (patch) | |
| tree | d4befddacae46b06c4924193904de533099610b4 /inftrees.c | |
| parent | ebd3c2c0e734fc99a1360014ea52ed04fe6aade4 (diff) | |
| download | zlib-7850e4e406dce1f7a819297eeb151d1ca18e7cd9.tar.gz zlib-7850e4e406dce1f7a819297eeb151d1ca18e7cd9.tar.bz2 zlib-7850e4e406dce1f7a819297eeb151d1ca18e7cd9.zip | |
zlib 1.0.7v1.0.7
Diffstat (limited to '')
| -rw-r--r-- | inftrees.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -6,7 +6,8 @@ | |||
| 6 | #include "zutil.h" | 6 | #include "zutil.h" |
| 7 | #include "inftrees.h" | 7 | #include "inftrees.h" |
| 8 | 8 | ||
| 9 | char inflate_copyright[] = " inflate 1.0.5 Copyright 1995-1998 Mark Adler "; | 9 | const char inflate_copyright[] = |
| 10 | " inflate 1.0.7 Copyright 1995-1998 Mark Adler "; | ||
| 10 | /* | 11 | /* |
| 11 | If you use the zlib library in a product, an acknowledgment is welcome | 12 | If you use the zlib library in a product, an acknowledgment is welcome |
| 12 | in the documentation of your product. If for some reason you cannot | 13 | in the documentation of your product. If for some reason you cannot |
