mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-19 15:25:09 +00:00
Accidental comment issue
This commit is contained in:
@@ -11,7 +11,7 @@ namespace BurnOutSharp.ProtectionType
|
||||
{
|
||||
var matchers = new List<PathMatchSet>
|
||||
{
|
||||
// HD-DVD
|
||||
// BD-ROM
|
||||
new PathMatchSet(Path.Combine("AACS", "MKB_RO.inf"), GetVersion, "AACS"),
|
||||
|
||||
// HD-DVD
|
||||
@@ -27,7 +27,7 @@ namespace BurnOutSharp.ProtectionType
|
||||
{
|
||||
var matchers = new List<PathMatchSet>
|
||||
{
|
||||
// HD-DVD
|
||||
// BD-ROM
|
||||
new PathMatchSet("MKB_RO.inf", GetVersion, "AACS"),
|
||||
|
||||
// HD-DVD
|
||||
|
||||
Reference in New Issue
Block a user