diff --git a/BurnOutSharp/ProtectionType/CengaProtectDVD.cs b/BurnOutSharp/ProtectionType/CenegaProtectDVD.cs similarity index 92% rename from BurnOutSharp/ProtectionType/CengaProtectDVD.cs rename to BurnOutSharp/ProtectionType/CenegaProtectDVD.cs index 17051ede..3df4d85d 100644 --- a/BurnOutSharp/ProtectionType/CengaProtectDVD.cs +++ b/BurnOutSharp/ProtectionType/CenegaProtectDVD.cs @@ -29,8 +29,8 @@ namespace BurnOutSharp.ProtectionType return null; // Get the .cenega section, if it exists -- TODO: Confirm this check with a real disc - var nicodeSection = sections.FirstOrDefault(s => Encoding.ASCII.GetString(s.Name).StartsWith(".cenega")); - if (nicodeSection != null) + var cenegaSection = sections.FirstOrDefault(s => Encoding.ASCII.GetString(s.Name).StartsWith(".cenega")); + if (cenegaSection != null) return "Cenega ProtectDVD"; return null;