From d604a6d7844e06f2173563e008f2ffb4cf747302 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 7 Jul 2022 13:27:31 -0700 Subject: [PATCH] Fix endregion tags --- BurnOutSharp/FileType/MicrosoftCAB.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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):