mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 10:57:55 +02:00
IDE (Check Compiler Options For New Unit dialog): removed dangling semicolon after "then", patch by n7800, merge request !403
This commit is contained in:
parent
1425aab2f7
commit
7240094029
@ -203,7 +203,7 @@ begin
|
|||||||
if DoNotWarnCheckBox.Checked then
|
if DoNotWarnCheckBox.Checked then
|
||||||
begin
|
begin
|
||||||
IgnoreIdentifier:=GetIgnorePathForCompOptsAndMainSrcDiffer(CompOpts);
|
IgnoreIdentifier:=GetIgnorePathForCompOptsAndMainSrcDiffer(CompOpts);
|
||||||
if IgnoreIdentifier<>'' then;
|
if IgnoreIdentifier<>'' then
|
||||||
InputHistories.Ignores.Add(IgnoreIdentifier,iiidForever);
|
InputHistories.Ignores.Add(IgnoreIdentifier,iiidForever);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user