summaryrefslogtreecommitdiff
path: root/test/example.c
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2024-02-17 19:43:52 -0800
committerXin LI <delphij@FreeBSD.org>2024-02-17 19:43:52 -0800
commitf4695a30267c5d31987c7bc3eda906f55a8761be (patch)
tree7a0132f74b8152a3c8cab5cdaaac42234181d5b5 /test/example.c
parent900147a461df11f88acb3072821806cca8e574c9 (diff)
Vendor import of zlib 1.3.1.vendor/zlib/1.3.1vendor/zlib
Diffstat (limited to 'test/example.c')
-rw-r--r--test/example.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/example.c b/test/example.c
index f27ba8e2fdcb..c3521dd5934f 100644
--- a/test/example.c
+++ b/test/example.c
@@ -364,7 +364,8 @@ static void test_flush(Byte *compr, uLong *comprLen) {
/* ===========================================================================
* Test inflateSync()
*/
-static void test_sync(Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen) {
+static void test_sync(Byte *compr, uLong comprLen, Byte *uncompr,
+ uLong uncomprLen) {
int err;
z_stream d_stream; /* decompression stream */