Skip to content

Commit

Permalink
Minor Windows syntax error line 1074
Browse files Browse the repository at this point in the history
  • Loading branch information
tedsmith committed Aug 18, 2015
1 parent 51071e5 commit e5ee5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UYaffi.pas
Expand Up @@ -1071,7 +1071,7 @@ procedure TfrmYaffi.btnChooseImageNameClick(Sender: TObject);
strDiskSize := FormatByteSize(intDriveSize);
intFreeSpace := DiskFree(DriveLetterID);
strFreeSpace := FormatByteSize(intFreeSpace);
lblFreeSpaceReceivingDisk.Caption:= '(Free space: ' + strFreeSpace)' ;
lblFreeSpaceReceivingDisk.Caption:= '(Free space: ' + strFreeSpace +')';
{$else ifdef UNIX}
lblFreeSpaceReceivingDisk.Caption:= ('(Free space: ' + FormatByteSize(DiskFree(AddDisk(ExtractFilePath(SaveImageDialog.Filename)))) + ')');
{$endif}
Expand Down

0 comments on commit e5ee5f5

Please sign in to comment.