diff options
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 |
