Skip to content

Commit 33b10dd

Browse files
committed
remove(installer): a f*cking semicolon
1 parent 5d71247 commit 33b10dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/innosetup/installer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ begin
6262
if Pos(';' + UpperCase(AppDir) + ';', ';' + UpperCase(OrigPath) + ';') > 0 then
6363
Result := False
6464
else
65-
Result := True;
65+
Result := True
6666
end

0 commit comments

Comments
 (0)