diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2017-01-15 09:18:46 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2017-01-15 09:29:40 -0800 |
commit | cacf7f1d4e3d44d871b605da3b647f07d718623f (patch) | |
tree | f356f7c59f4741ad77d52f1cd5619a916df3b912 /inffast.c | |
parent | cbbd20302c6e3fb626bee5bd8b4932524049515c (diff) | |
download | zlib-cacf7f1d4e3d44d871b605da3b647f07d718623f.tar.gz zlib-cacf7f1d4e3d44d871b605da3b647f07d718623f.tar.bz2 zlib-cacf7f1d4e3d44d871b605da3b647f07d718623f.zip |
zlib 1.2.11v1.2.11
Diffstat (limited to 'inffast.c')
-rw-r--r-- | inffast.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* inffast.c -- fast decoding | 1 | /* inffast.c -- fast decoding |
2 | * Copyright (C) 1995-2008, 2010, 2013, 2016 Mark Adler | 2 | * Copyright (C) 1995-2017 Mark Adler |
3 | * For conditions of distribution and use, see copyright notice in zlib.h | 3 | * For conditions of distribution and use, see copyright notice in zlib.h |
4 | */ | 4 | */ |
5 | 5 | ||