[DatFile] Fix build errors

This commit is contained in:
Matt Nadareski
2017-02-23 21:34:40 -08:00
parent 9b69ba7539
commit 8038c2cca0
2 changed files with 4 additions and 5 deletions

View File

@@ -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;
}