summaryrefslogtreecommitdiffstats
path: root/stdlib/ifa.tl
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/ifa.tl')
-rw-r--r--stdlib/ifa.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/ifa.tl b/stdlib/ifa.tl
index 6eeff5d9..e2c35f14 100644
--- a/stdlib/ifa.tl
+++ b/stdlib/ifa.tl
@@ -74,7 +74,7 @@
(((test . forms) . rest) ^(,if-oper ,test (progn ,*forms)
(,cond-oper ,*rest)))
(() ())
- (else (compile-error f "bad syntax: ~s" pairs))))
+ (else (compile-error f "bad syntax: ~s" else))))
(defmacro conda (:form f . pairs)
(sys:if-to-cond f 'ifa 'conda pairs))