mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Filter] Missed a semicolon
This commit is contained in:
@@ -32,7 +32,7 @@ namespace SabreTools.Helper.Dats
|
|||||||
private List<string> _notCrcs;
|
private List<string> _notCrcs;
|
||||||
private List<string> _notMd5s;
|
private List<string> _notMd5s;
|
||||||
private List<string> _notSha1s;
|
private List<string> _notSha1s;
|
||||||
private List<string> _notSha256s
|
private List<string> _notSha256s;
|
||||||
private ItemStatus _itemNotStatuses;
|
private ItemStatus _itemNotStatuses;
|
||||||
private MachineType _machineNotTypes;
|
private MachineType _machineNotTypes;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user