~ chicken-core (chicken-5) db0510b7db6bb25a0fdfc95d564b46d1e54e9ea9


commit db0510b7db6bb25a0fdfc95d564b46d1e54e9ea9
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Sat May 29 12:30:40 2021 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sat May 29 12:30:40 2021 +0200

    fixed apparently borked error message text

diff --git a/core.scm b/core.scm
index a6f8d3cf..85ccc649 100644
--- a/core.scm
+++ b/core.scm
@@ -2677,7 +2677,7 @@
 		       (transform (make-node '##core#inline
 					     (list "C_i_length")
 					     (list rest-var (qnode (second params)))) here closure))
-		      (else (bomb "Unknown rest op node class in while converting to closure. This shouldn't happen!" class))))
+		      (else (bomb "Unknown rest op node class while converting to closure. This shouldn't happen!" class))))
 
 		   (else val)) ) )
 
Trap