mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 01:08:12 +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
|
||||
begin
|
||||
IgnoreIdentifier:=GetIgnorePathForCompOptsAndMainSrcDiffer(CompOpts);
|
||||
if IgnoreIdentifier<>'' then;
|
||||
if IgnoreIdentifier<>'' then
|
||||
InputHistories.Ignores.Add(IgnoreIdentifier,iiidForever);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user