summaryrefslogtreecommitdiff
path: root/deflate.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:23:38 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:23:38 -0700
commitf0e76a6634eb26e3ddc6dfc6f2489553eff8c8f4 (patch)
tree8bf5aaebe407006d34a13ae68659e85e1b55504f /deflate.c
parent7a33a861d1526894272a8a4b08527ce32316d750 (diff)
downloadzlib-1.2.1.1.tar.gz
zlib-1.2.1.1.tar.bz2
zlib-1.2.1.1.zip
zlib 1.2.1.1v1.2.1.1
Diffstat (limited to 'deflate.c')
-rw-r--r--deflate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deflate.c b/deflate.c
index 0525b2f..ada7cfd 100644
--- a/deflate.c
+++ b/deflate.c
@@ -52,7 +52,7 @@
52#include "deflate.h" 52#include "deflate.h"
53 53
54const char deflate_copyright[] = 54const char deflate_copyright[] =
55 " deflate 1.2.1 Copyright 1995-2003 Jean-loup Gailly "; 55 " deflate 1.2.1.1 Copyright 1995-2003 Jean-loup Gailly ";
56/* 56/*
57 If you use the zlib library in a product, an acknowledgment is welcome 57 If you use the zlib library in a product, an acknowledgment is welcome
58 in the documentation of your product. If for some reason you cannot 58 in the documentation of your product. If for some reason you cannot