Skip to content

Commit 7186a9b

Browse files
committed
NTFS: MultiSectorHeader: Marked SignatureLength as internal
1 parent 5917b45 commit 7186a9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DiskAccessLibrary/FileSystems/NTFS/Structures/MultiSectorHeader.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2014-2018 Tal Aloni <[email protected]>. All rights reserved.
1+
/* Copyright (C) 2014-2019 Tal Aloni <[email protected]>. All rights reserved.
22
*
33
* You can redistribute this program and/or modify it under the terms of
44
* the GNU Lesser Public License as published by the Free Software Foundation,
@@ -16,7 +16,7 @@ namespace DiskAccessLibrary.FileSystems.NTFS
1616
public class MultiSectorHeader
1717
{
1818
public const int Length = 8;
19-
private const int SignatureLength = 4;
19+
internal const int SignatureLength = 4;
2020

2121
private string m_signature; // 4 bytes
2222
private ushort m_updateSequenceArrayOffset;

0 commit comments

Comments
 (0)