diff options
author | pixel <pixel> | 2007-07-27 14:32:05 +0000 |
---|---|---|
committer | pixel <pixel> | 2007-07-27 14:32:05 +0000 |
commit | 63bd3b7faf8ea2ddbbe475b0c16c40e4d703aeaa (patch) | |
tree | 036d6e398c10fbeade6b5a64a30a9fc45f7aa49b /lib/zlib/src/compress.c | |
parent | 6c1ab7da376ae7f78a075dda5c5be0dabce20931 (diff) |
Upgrading to Lua-5.1
Diffstat (limited to 'lib/zlib/src/compress.c')
-rw-r--r-- | lib/zlib/src/compress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zlib/src/compress.c b/lib/zlib/src/compress.c index e82b885..6c8942e 100644 --- a/lib/zlib/src/compress.c +++ b/lib/zlib/src/compress.c @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: compress.c,v 1.5 2005-10-13 16:12:18 pixel Exp $ */ +/* @(#) $Id: compress.c,v 1.6 2007-07-27 14:32:06 pixel Exp $ */ #define ZLIB_INTERNAL #include "zlib.h" |