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/Archive/Iso/IsoHeader.h')
-rwxr-xr-x7zip/Archive/Iso/IsoHeader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/7zip/Archive/Iso/IsoHeader.h b/7zip/Archive/Iso/IsoHeader.h
index db070c1b..9702d70a 100755
--- a/7zip/Archive/Iso/IsoHeader.h
+++ b/7zip/Archive/Iso/IsoHeader.h
@@ -33,7 +33,7 @@ namespace NBootEntryId
const Byte kValidationEntry = 1;
const Byte kInitialEntryNotBootable = 0;
const Byte kInitialEntryBootable = 0x88;
-};
+}
namespace NBootPlatformId
{