Browse Source

Fix dangling parentheses.

Brit Butler 11 years ago
parent
commit
5ce88c48f5
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/coleslaw.lisp

+ 1 - 2
src/coleslaw.lisp

22
                        (page-ext *config*))))
22
                        (page-ext *config*))))
23
     (if (pathname-type result)
23
     (if (pathname-type result)
24
         result
24
         result
25
-        (make-pathname :type extension :defaults result)
26
-        )))
25
+        (make-pathname :type extension :defaults result))))
27
 
26
 
28
 (defun page-path (object)
27
 (defun page-path (object)
29
   "The path to store OBJECT at once rendered."
28
   "The path to store OBJECT at once rendered."