Naming fixes.

This commit is contained in:
2020-07-20 21:11:32 +01:00
parent c58c0fd1f8
commit 6220425ac6
525 changed files with 15675 additions and 15524 deletions

View File

@@ -37,12 +37,12 @@ namespace Aaru.DiscImages
/// <summary>SuperCardPro footer signature: "FPCS"</summary>
const uint FOOTER_SIGNATURE = 0x53435046;
/// <summary>SuperCardPro header signature: "SCP"</summary>
readonly byte[] scpSignature =
readonly byte[] _scpSignature =
{
0x53, 0x43, 0x50
};
/// <summary>SuperCardPro track header signature: "TRK"</summary>
readonly byte[] trkSignature =
readonly byte[] _trkSignature =
{
0x54, 0x52, 0x4B
};