diff options
Diffstat (limited to 'CPP/7zip/Common/CreateCoder.cpp')
-rw-r--r-- | CPP/7zip/Common/CreateCoder.cpp | 2 |
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 | ||
38 | static const unsigned kNumHashersMax = 16; | 38 | static const unsigned kNumHashersMax = 32; |
39 | extern | 39 | extern |
40 | unsigned g_NumHashers; | 40 | unsigned g_NumHashers; |
41 | unsigned g_NumHashers = 0; | 41 | unsigned g_NumHashers = 0; |