fix compilation

git-svn-id: trunk@12945 -
This commit is contained in:
paul 2007-11-21 01:56:56 +00:00
parent 1e96af5fb0
commit e38ed63108

View File

@ -513,7 +513,7 @@ begin
if FDeclarationCache.FindDeclarations(Code,X,Y,ListOfPCodeXYPosition, if FDeclarationCache.FindDeclarations(Code,X,Y,ListOfPCodeXYPosition,
CacheWasUsed) CacheWasUsed)
then then
Result:=ldprSuccess; Result:=ldprSuccess
else else
Result:=ldprFailed; Result:=ldprFailed;
end; end;