diff --git a/BurnOutSharp/FileType/MicrosoftCAB.cs b/BurnOutSharp/FileType/MicrosoftCAB.cs index d856cb64..f76c945e 100644 --- a/BurnOutSharp/FileType/MicrosoftCAB.cs +++ b/BurnOutSharp/FileType/MicrosoftCAB.cs @@ -1273,6 +1273,8 @@ namespace BurnOutSharp.FileType 5, 5, 0, }; + #endregion + /// /// Number of position slots for (tsize - 10) /// @@ -1371,8 +1373,6 @@ namespace BurnOutSharp.FileType #endregion - #endregion - #region TEMPORARY AREA FOR LZX COMPRESSION FORMAT // See the following for details about implementation (there is no open spec):