Update call.pas

This commit is contained in:
MikeW50 2018-03-27 08:58:20 -06:00 committed by GitHub
parent 7d6b083546
commit 8ca93af80b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1281,7 +1281,7 @@ if gattr.typtr <> nil then
lsp := eltype^.recvar;
end; {if}
end {if}
else if (form = objects) and (objdef) then begin
else if (form = objects) and objdef then begin
lsize := objsize;
ofld := objfld;
end {else if}