mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-06 01:32:42 +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);
|
SetLength(ResultType,Len);
|
||||||
Move(TypeData^.ParamList[Offset],ResultType[1],Len);
|
Move(TypeData^.ParamList[Offset],ResultType[1],Len);
|
||||||
inc(Offset,Len);
|
inc(Offset,Len);
|
||||||
if Result<>'' then
|
if ResultType<>'' then
|
||||||
Result:=Result+':'+ResultType;
|
Result:=Result+':'+ResultType;
|
||||||
end;
|
end;
|
||||||
if phpInUpperCase in Attr then Result:=UpperCaseStr(Result);
|
if phpInUpperCase in Attr then Result:=UpperCaseStr(Result);
|
||||||
|
Loading…
Reference in New Issue
Block a user