aboutsummaryrefslogtreecommitdiff
path: root/CPP/7zip/Common/CreateCoder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/Common/CreateCoder.cpp')
-rw-r--r--CPP/7zip/Common/CreateCoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/7zip/Common/CreateCoder.cpp b/CPP/7zip/Common/CreateCoder.cpp
index bf7b04e..93113a0 100644
--- a/CPP/7zip/Common/CreateCoder.cpp
+++ b/CPP/7zip/Common/CreateCoder.cpp
@@ -35,7 +35,7 @@ void RegisterCodec(const CCodecInfo *codecInfo) throw()
35 g_Codecs[g_NumCodecs++] = codecInfo; 35 g_Codecs[g_NumCodecs++] = codecInfo;
36} 36}
37 37
38static const unsigned kNumHashersMax = 16; 38static const unsigned kNumHashersMax = 32;
39extern 39extern
40unsigned g_NumHashers; 40unsigned g_NumHashers;
41unsigned g_NumHashers = 0; 41unsigned g_NumHashers = 0;