From 52661a30b67d04310ff9af3ddf2aed594980e6a7 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Tue, 7 Feb 2023 06:59:45 +0100 Subject: [PATCH] =?UTF-8?q?zlib.h=20=E2=86=92=20zlib.h.in?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kalvdans --- blosc/fastcopy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blosc/fastcopy.c b/blosc/fastcopy.c index 9ea0fd4e..2a1c0a0c 100644 --- a/blosc/fastcopy.c +++ b/blosc/fastcopy.c @@ -11,7 +11,7 @@ The code in this file is heavily based on memcopy.h, from the zlib-ng compression library. See LICENSES/ZLIB-NG.txt for details. - See also: https://github.com/zlib-ng/zlib-ng/blob/develop/zlib.h + See also: https://github.com/zlib-ng/zlib-ng/blob/develop/zlib.h.in New implementations by Francesc Alted: * fast_copy() and copy_run() functions