fixed typo

git-svn-id: trunk@9483 -
This commit is contained in:
mattias 2006-06-22 23:02:34 +00:00
parent 9acc96abef
commit 6232bcc33e

View File

@ -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);