diff options
author | serg@serg.mylan <> | 2005-03-23 21:08:13 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2005-03-23 21:08:13 +0100 |
commit | 106ac5b0f6bb7d1dc0f32a4a1d273e6496b128ae (patch) | |
tree | 9defb6fc4bb5a6c4a12f100e1c2644a098e81253 /zlib/inffast.c | |
parent | f21f8f983f9bf33b9d18288f501483b6f347086d (diff) | |
download | mariadb-git-106ac5b0f6bb7d1dc0f32a4a1d273e6496b128ae.tar.gz |
upgrade zlib to 1.2.2
Diffstat (limited to 'zlib/inffast.c')
-rw-r--r-- | zlib/inffast.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zlib/inffast.c b/zlib/inffast.c index c716440a92a..8c02a178d04 100644 --- a/zlib/inffast.c +++ b/zlib/inffast.c @@ -1,5 +1,5 @@ /* inffast.c -- fast decoding - * Copyright (C) 1995-2003 Mark Adler + * Copyright (C) 1995-2004 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -19,7 +19,7 @@ - none No measurable difference: - Pentium III (Anderson) - - 68060 (Nikl) + - M68060 (Nikl) */ #ifdef POSTINC # define OFF 0 |