mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 00:38:10 +02:00
CHMMaker: removed dangling semicolon after "then", patch by n7800, merge request !403
This commit is contained in:
parent
6676367ff3
commit
962e750bc6
@ -281,7 +281,7 @@ begin
|
||||
ChmSiteMap := TChmSiteMap.Create(FSiteMapType);
|
||||
AStream. Position := 0;
|
||||
|
||||
if AStream.Size > 0 then;
|
||||
if AStream.Size > 0 then
|
||||
ChmSiteMap.LoadFromStream(AStream);
|
||||
|
||||
SitemapTree.Items.Clear;
|
||||
|
Loading…
Reference in New Issue
Block a user