diff --git a/BinaryObjectScanner/Scanner.cs b/BinaryObjectScanner/Scanner.cs index d8d68ddc..176b69bd 100644 --- a/BinaryObjectScanner/Scanner.cs +++ b/BinaryObjectScanner/Scanner.cs @@ -273,7 +273,7 @@ namespace BinaryObjectScanner } // Initialize the protections found - var protections = new ProtectionDictionary(); + var protections = new ProtectionDictionary(); // Get the extension for certain checks string extension = Path.GetExtension(fileName).ToLower().TrimStart('.');