Browse Source

* Fixed syntax error which I managed to commit in r20558 (Mantis #21524)

git-svn-id: trunk@20569 -
sergei 13 years ago
parent
commit
d12456c55d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-xml/src/dom.pp

+ 1 - 1
packages/fcl-xml/src/dom.pp

@@ -1266,7 +1266,7 @@ begin
     else
     { TODO: this will need fix when resource resolving is implemented;
       it should return the URI of actually fetched entity. }
-      ResolveRelativeURI(TDOMEntity(entity).FDecl.FURI, TDOMEntity(entity).SystemID, result) then
+      ResolveRelativeURI(TDOMEntity(entity).FDecl.FURI, TDOMEntity(entity).SystemID, result);
   end
   else
     result := n.OwnerDocument.DocumentURI;