mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 07:16:49 +02:00
codetools: fixed typo
git-svn-id: trunk@41230 -
This commit is contained in:
parent
8b9514f7a2
commit
bcd9ef945e
@ -2205,7 +2205,7 @@ begin
|
|||||||
NearestScanPos:=Link.SrcPos+Scanner.LinkSize(i);
|
NearestScanPos:=Link.SrcPos+Scanner.LinkSize(i);
|
||||||
end;
|
end;
|
||||||
if NearestScanPos=0 then
|
if NearestScanPos=0 then
|
||||||
Msg:='file was not reached by scanned'
|
Msg:='file was not reached by scanner'
|
||||||
else begin
|
else begin
|
||||||
if r=-1 then
|
if r=-1 then
|
||||||
Msg:='cursor position was skipped by scanner'
|
Msg:='cursor position was skipped by scanner'
|
||||||
|
Loading…
Reference in New Issue
Block a user