aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--decoders.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders.lisp b/decoders.lisp
index a772133..d6bb7d6 100644
--- a/decoders.lisp
+++ b/decoders.lisp
@@ -110,7 +110,7 @@ becomes (:content-disposition (:name \"file\" :filename \"mypic.png\"))")
(<<let ((parts (<<and (<<string boundary)
<crlf<
(<<+ (<<multipart/form-data-part boundary))))
- (ending (<<and (<<string "--") <crlf<)) )
+ (_ending (<<and (<<string "--") <crlf<)) )
(<<result parts)))
(defun decode-multipart/form-data (stream content-type content-length)