mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-05 13:12:47 +02:00
fixed typo
git-svn-id: trunk@9483 -
This commit is contained in:
parent
9acc96abef
commit
6232bcc33e
@ -202,7 +202,7 @@ begin
|
||||
SetLength(ResultType,Len);
|
||||
Move(TypeData^.ParamList[Offset],ResultType[1],Len);
|
||||
inc(Offset,Len);
|
||||
if Result<>'' then
|
||||
if ResultType<>'' then
|
||||
Result:=Result+':'+ResultType;
|
||||
end;
|
||||
if phpInUpperCase in Attr then Result:=UpperCaseStr(Result);
|
||||
|
Loading…
Reference in New Issue
Block a user