소스 검색

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

git-svn-id: trunk@20569 -
sergei 13 년 전
부모
커밋
d12456c55d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;