[movitz-cvs] CVS update: movitz/bootblock.lisp
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Thu Apr 15 13:03:16 UTC 2004
Update of /project/movitz/cvsroot/movitz
In directory common-lisp.net:/tmp/cvs-serv26156
Modified Files:
bootblock.lisp
Log Message:
Make sure the parens are balanced!
Date: Thu Apr 15 09:03:16 2004
Author: ffjeld
Index: movitz/bootblock.lisp
diff -u movitz/bootblock.lisp:1.6 movitz/bootblock.lisp:1.7
--- movitz/bootblock.lisp:1.6 Mon Jan 19 05:36:12 2004
+++ movitz/bootblock.lisp Thu Apr 15 09:03:16 2004
@@ -9,7 +9,7 @@
;;;; Created at: Mon Oct 9 20:47:19 2000
;;;; Distribution: See the accompanying file COPYING.
;;;;
-;;;; $Id: bootblock.lisp,v 1.6 2004/01/19 10:36:12 ffjeld Exp $
+;;;; $Id: bootblock.lisp,v 1.7 2004/04/15 13:03:16 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
@@ -296,7 +296,7 @@
;; Data
welcome (% format 8 "Loading Movitz ~D..~%
"
,(incf *bootblock-build*))
- entering (% format 8 "~%
Enter..")
+ entering (% format 8 ")~%
Enter..")
error (% format 8 "Failed!)")
track-start-msg (% format 8 "(")
track-end-msg (% format 8 ")")
More information about the Movitz-cvs
mailing list