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 'CPP/7zip/Archive/7z/7zProperties.h')
-rwxr-xr-xCPP/7zip/Archive/7z/7zProperties.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/CPP/7zip/Archive/7z/7zProperties.h b/CPP/7zip/Archive/7z/7zProperties.h
index a09839bb..4da85f04 100755
--- a/CPP/7zip/Archive/7z/7zProperties.h
+++ b/CPP/7zip/Archive/7z/7zProperties.h
@@ -8,13 +8,13 @@
namespace NArchive {
namespace N7z {
-enum // PropID
+enum
{
kpidPackedSize0 = kpidUserDefined,
kpidPackedSize1,
kpidPackedSize2,
kpidPackedSize3,
- kpidPackedSize4,
+ kpidPackedSize4
};
}}