0.8.16.6:
[sbcl.git] / src / code / target-load.lisp
index 05d1e95..87403ba 100644 (file)
             (> (file-write-date src-tn) (file-write-date obj-tn)))
        (restart-case
         (error "The object file ~A is~@
-               older than the presumed source:~%  ~A."
+                 older than the presumed source:~%  ~A."
                (namestring obj-tn)
                (namestring src-tn))
         ;; FIXME: In CMU CL one of these was a CONTINUE case.