mirror of
https://github.com/facebook/zstd.git
synced 2025-07-29 11:21:22 +03:00
zwrapbench benchmarks zlibWrapper
This commit is contained in:
@ -139,7 +139,7 @@ int ZWRAP_initializeCStream(ZWRAP_CCtx* zwc)
|
||||
errorCode = ZSTD_initCStream_advanced(zwc->zbc, NULL, 0, params, zwc->pledgedSrcSize);
|
||||
if (ZSTD_isError(errorCode)) return Z_STREAM_ERROR; }
|
||||
}
|
||||
|
||||
|
||||
return Z_OK;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user