mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
Change line endings.
This commit is contained in:
parent
c0ba1d9bba
commit
f74cd24d93
@ -1,4 +1,4 @@
|
||||
/* mz_strm_zstd.c -- Stream for ztd compress/decompress
|
||||
/* mz_strm_zstd.c -- Stream for zstd compress/decompress
|
||||
Version 2.9.3, May 21, 2020
|
||||
part of the MiniZip project
|
||||
|
||||
@ -216,7 +216,7 @@ int32_t mz_stream_zstd_write(void *stream, const void *buf, int32_t size) {
|
||||
mz_stream_zstd *zstd = (mz_stream_zstd *)stream;
|
||||
|
||||
#ifdef MZ_ZIP_NO_COMPRESSION
|
||||
MZ_UNUSED(zlib);
|
||||
MZ_UNUSED(zstd);
|
||||
MZ_UNUSED(buf);
|
||||
err = MZ_SUPPORT_ERROR;
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user