diff options
Diffstat (limited to '2024/util.lisp')
-rw-r--r-- | 2024/util.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2024/util.lisp b/2024/util.lisp index 11ec230..71a7e13 100644 --- a/2024/util.lisp +++ b/2024/util.lisp @@ -2,7 +2,7 @@ (if (null functions) first `(let* ,(loop :for f :in (cons first functions) - appending `((_ ,f))) + :appending `((_ ,f))) _))) (defun search-all (substr str &optional acc len) |