mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 20:20:47 +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);
|
ChmSiteMap := TChmSiteMap.Create(FSiteMapType);
|
||||||
AStream. Position := 0;
|
AStream. Position := 0;
|
||||||
|
|
||||||
if AStream.Size > 0 then;
|
if AStream.Size > 0 then
|
||||||
ChmSiteMap.LoadFromStream(AStream);
|
ChmSiteMap.LoadFromStream(AStream);
|
||||||
|
|
||||||
SitemapTree.Items.Clear;
|
SitemapTree.Items.Clear;
|
||||||
|
Loading…
Reference in New Issue
Block a user