cosmetic, or minor changes

This commit is contained in:
Jocelyn Fiat
2011-10-27 14:45:14 +02:00
parent 926c0a79b7
commit 35a4cd7df9
3 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ feature -- WGI Execution
wgi_execute (req: WGI_REQUEST; res: WGI_RESPONSE_BUFFER)
do
execute (req, res)
execute (create {WSF_REQUEST}.make_from_wgi (req), create {WSF_RESPONSE}.make_from_wgi (res))
end
end