codetools: fixed FindNextComment bug #10650

git-svn-id: trunk@13791 -
This commit is contained in:
mattias 2008-01-19 08:36:36 +00:00
parent 4d014fa56c
commit d67d20840b

View File

@ -1135,8 +1135,7 @@ begin
exit;
'{':
if (Result<MaxPos) and (ASource[Result+1]='$') then
exit;
exit;
'(':
if (Result<MaxPos) and (ASource[Result+1]='*') then