IDE (Check Compiler Options For New Unit dialog): removed dangling semicolon after "then", patch by n7800, merge request !403

This commit is contained in:
Maxim Ganetsky 2024-12-14 22:29:15 +03:00
parent 1425aab2f7
commit 7240094029

View File

@ -203,7 +203,7 @@ begin
if DoNotWarnCheckBox.Checked then
begin
IgnoreIdentifier:=GetIgnorePathForCompOptsAndMainSrcDiffer(CompOpts);
if IgnoreIdentifier<>'' then;
if IgnoreIdentifier<>'' then
InputHistories.Ignores.Add(IgnoreIdentifier,iiidForever);
end;