remove superfluous bracket pair introduced by previous commit

This commit is contained in:
interp 2003-07-06 09:00:36 +00:00
parent 477544caaa
commit e66223b666
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
(surflet-request-headers surflet-request))) (surflet-request-headers surflet-request)))
(input-port (surflet-request-input-port surflet-request)) (input-port (surflet-request-input-port surflet-request))
(form-data (read-string content-length input-port)) (form-data (read-string content-length input-port))
((form-bindings (form-query-list form-data)))) (form-bindings (form-query-list form-data)))
(obtain-lock *cache-lock*) (obtain-lock *cache-lock*)
(set! *POST-bindings-cache* (set! *POST-bindings-cache*
(cons (cons (make-weak-pointer surflet-request) (cons (cons (make-weak-pointer surflet-request)