[DatFile] How did I miss this?

This commit is contained in:
Matt Nadareski
2017-02-23 14:34:01 -08:00
parent a87305a262
commit 7174c9e876

View File

@@ -244,7 +244,7 @@ namespace SabreTools.Helper.Dats
get { return _sha1Count; } get { return _sha1Count; }
set { _sha1Count = value; } set { _sha1Count = value; }
} }
public long _sha256Count public long SHA256Count
{ {
get { return _sha256Count; } get { return _sha256Count; }
set { _sha256Count = value; } set { _sha256Count = value; }