diff options
author | Tom Tromey <tromey@redhat.com> | 2005-09-12 17:42:53 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2005-09-12 17:42:53 +0000 |
commit | ef3381664e516d137c80ebbf48c085220d5810ab (patch) | |
tree | afad186af73219e6bb1a8cb8eac61485fb4eec97 /zlib/compress.c | |
parent | 3ec980b182de950223663d4a3ef65177fa887501 (diff) | |
download | gcc-ef3381664e516d137c80ebbf48c085220d5810ab.tar.gz |
* Imported zlib 1.2.3; merged local changes.
From-SVN: r104184
Diffstat (limited to 'zlib/compress.c')
-rw-r--r-- | zlib/compress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/compress.c b/zlib/compress.c index 4e035d0322f..08f276718fa 100644 --- a/zlib/compress.c +++ b/zlib/compress.c @@ -1,5 +1,5 @@ /* compress.c -- compress a memory buffer - * Copyright (C) 1995-2002 Jean-loup Gailly. + * Copyright (C) 1995-2003 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ |