fixed ZSTD_sizeof_?Dict()

This commit is contained in:
Yann Collet
2016-12-23 22:25:03 +01:00
parent 63fcb87b07
commit aca113f4f5
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
#define NOISELENGTH 32
#define MINRATIO 4
static const int g_compressionLevel_default = 5;
static const int g_compressionLevel_default = 6;
static const U32 g_selectivity_default = 9;
static const size_t g_provision_entropySize = 200;
static const size_t g_min_fast_dictContent = 192;