aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/zstd/tests/roundTripCrash.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/zstd/tests/roundTripCrash.c')
-rw-r--r--sys/contrib/zstd/tests/roundTripCrash.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/contrib/zstd/tests/roundTripCrash.c b/sys/contrib/zstd/tests/roundTripCrash.c
index 3f4ace8c9800..3de5933185d5 100644
--- a/sys/contrib/zstd/tests/roundTripCrash.c
+++ b/sys/contrib/zstd/tests/roundTripCrash.c
@@ -93,9 +93,9 @@ static size_t cctxParamRoundTripTest(void* resultBuff, size_t resultBuffCapacity
int const cLevel = h32 % maxClevel;
/* Set parameters */
- CHECK_Z( ZSTD_CCtxParam_setParameter(cctxParams, ZSTD_c_compressionLevel, cLevel) );
- CHECK_Z( ZSTD_CCtxParam_setParameter(cctxParams, ZSTD_c_nbWorkers, 2) );
- CHECK_Z( ZSTD_CCtxParam_setParameter(cctxParams, ZSTD_c_overlapLog, 5) );
+ CHECK_Z( ZSTD_CCtxParams_setParameter(cctxParams, ZSTD_c_compressionLevel, cLevel) );
+ CHECK_Z( ZSTD_CCtxParams_setParameter(cctxParams, ZSTD_c_nbWorkers, 2) );
+ CHECK_Z( ZSTD_CCtxParams_setParameter(cctxParams, ZSTD_c_overlapLog, 5) );
/* Apply parameters */