mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Fix build errors
This commit is contained in:
@@ -79,7 +79,7 @@ namespace SabreTools.Helper.Dats
|
||||
case ForcePacking.Zip:
|
||||
outputFormat = OutputFormat.TorrentZip;
|
||||
break;
|
||||
case ForcePacking.Unzip;
|
||||
case ForcePacking.Unzip:
|
||||
outputFormat = OutputFormat.Folder;
|
||||
break;
|
||||
}
|
||||
@@ -266,7 +266,7 @@ namespace SabreTools.Helper.Dats
|
||||
case ForcePacking.Zip:
|
||||
outputFormat = OutputFormat.TorrentZip;
|
||||
break;
|
||||
case ForcePacking.Unzip;
|
||||
case ForcePacking.Unzip:
|
||||
outputFormat = OutputFormat.Folder;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user