mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-09-23 07:14:49 +00:00
Fix access level for helper method
This commit is contained in:
@@ -88,7 +88,7 @@ namespace BinaryObjectScanner.FileType
|
||||
}
|
||||
|
||||
/// <remarks>Adapted from LibMSI</remarks>
|
||||
public static string? DecodeStreamName(string input)
|
||||
private static string? DecodeStreamName(string input)
|
||||
{
|
||||
if (input == null)
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user