mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-07 05:37:30 +01:00
codetools: fixed example
git-svn-id: trunk@56071 -
This commit is contained in:
parent
83340ffde9
commit
75e4e316a7
@ -70,7 +70,7 @@ begin
|
||||
// read parameters
|
||||
Tool.ReadNextAtom;
|
||||
if Tool.CurPos.Flag<>cafRoundBracketOpen then
|
||||
Tool.RaiseException('( expected, but '+Tool.GetAtom+' found');
|
||||
Tool.RaiseException(20171014154139,'( expected, but '+Tool.GetAtom+' found');
|
||||
Tool.ReadTilBracketClose(true);
|
||||
ToPos:=Tool.CurPos.EndPos;
|
||||
// read semicolon
|
||||
|
||||
Loading…
Reference in New Issue
Block a user