Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/Compress/BZip2/BZip2CRC.cpp')
-rwxr-xr-x7zip/Compress/BZip2/BZip2CRC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/7zip/Compress/BZip2/BZip2CRC.cpp b/7zip/Compress/BZip2/BZip2CRC.cpp
index d3ca5e15..ba9ddb7e 100755
--- a/7zip/Compress/BZip2/BZip2CRC.cpp
+++ b/7zip/Compress/BZip2/BZip2CRC.cpp
@@ -23,4 +23,4 @@ class CBZip2CRCTableInit
{
public:
CBZip2CRCTableInit() { CBZip2CRC::InitTable(); }
-} g_CRCTableInit;
+} g_BZip2CRCTableInit;