diff --git a/Installer.iss b/Installer.iss index ce1d54c461..41a4f434f8 100644 --- a/Installer.iss +++ b/Installer.iss @@ -266,8 +266,7 @@ begin SamePath(LegacyAppsDir, VoiceAttack2AppsDir) then begin Log(Format( - 'VoiceAttack and VoiceAttack 2 are registered to the same Apps folder: "%s".', - [LegacyAppsDir])); + 'VoiceAttack and VoiceAttack 2 are registered to the same Apps folder: "%s".',[LegacyAppsDir])); exit; end; @@ -358,4 +357,4 @@ begin Abort; end; end; -end; \ No newline at end of file +end;