1
0
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:
inikep
2016-09-22 14:42:32 +02:00
parent 54320ce905
commit 8e8b046f64
3 changed files with 87 additions and 21 deletions

View File

@ -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;
}