Fix random bug caused by changes in revision 1.16.
authorChris Hanson <org/chris-hanson/cph>
Thu, 22 Jan 1998 23:28:54 +0000 (23:28 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 22 Jan 1998 23:28:54 +0000 (23:28 +0000)
v7/src/6001/floppy.scm

index f51dd89000e70d843fc3f95233ae001d733d10dc..613847bdddc7cffb8a766b196576c0c77fe1c45a 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: floppy.scm,v 1.20 1998/01/22 23:07:38 cph Exp $
+$Id: floppy.scm,v 1.21 1998/01/22 23:28:54 cph Exp $
 
 Copyright (c) 1992-98 Massachusetts Institute of Technology
 
@@ -116,7 +116,8 @@ insert it into the floppy drive.")
 Again, use the File Manager to format the floppy.")
              ((OS/2)
               "
-Again, use the Drive object to format the floppy.")))
+Again, use the Drive object to format the floppy.")
+             (else "")))
           (append-string
            "
 When you have done this, type any character to continue.")