1
Fork 0

added bracket

This commit is contained in:
Jake Howard 2015-01-11 14:53:23 +00:00
parent ff69d41e24
commit 0ac3ee9303
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ namespace Saviour_Backup_System
setup.CT.progressBars[arrayIndex].Value = 100;
setup.CT.progressBars[arrayIndex].Maximum = 100;
setup.CT.progressBars[arrayIndex].Text = "Complete!";
if (databaseTools.isCompression(USBTools.calculateDriveID(copyingDrive)) {
if (databaseTools.isCompression(USBTools.calculateDriveID(copyingDrive))) {
compression.Compress(Gdirectory, DateTime.Now.ToString(), copyingDrive);
}
else {