summaryrefslogtreecommitdiff
path: root/sb-eval2.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'sb-eval2.lisp')
-rw-r--r--sb-eval2.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sb-eval2.lisp b/sb-eval2.lisp
index 7da5447..e82dcbf 100644
--- a/sb-eval2.lisp
+++ b/sb-eval2.lisp
@@ -301,7 +301,7 @@
(lambda (env)
(multiple-value-prog1
(funcall values-form* env)
- (funcall body*))))))
+ (funcall body* env))))))
((multiple-value-setq)
(destructuring-bind (vars values-form) (rest form)
(let ((values-form* (prepare-form values-form context)))