fixed Visual warning on minor interface discrepancy
This commit is contained in:
parent
d3c59edac9
commit
78290874a5
@ -470,7 +470,7 @@ size_t ZSTD_CCtxParam_setParameter(
|
||||
* pledgedSrcSize is considered unknown
|
||||
*/
|
||||
size_t ZSTD_CCtx_setParametersUsingCCtxParams(
|
||||
ZSTD_CCtx* const cctx, const ZSTD_CCtx_params* const params)
|
||||
ZSTD_CCtx* cctx, const ZSTD_CCtx_params* params)
|
||||
{
|
||||
if (cctx->streamStage != zcss_init) return ERROR(stage_wrong);
|
||||
if (cctx->cdict) return ERROR(stage_wrong);
|
||||
|
Loading…
Reference in New Issue
Block a user