Fixed dumb mistake

This commit is contained in:
Shinmera 2014-09-05 18:22:48 +02:00
parent e00b7c8e6b
commit 275eec3de0
1 changed files with 1 additions and 1 deletions

View File

@ -26,4 +26,4 @@
(asdf:system-homepage (asdf:find-system :LASS)))))
(defun cmd-wrapper (args)
(apply #'main (cddr args)))
(apply #'main (cdr args)))