should have fixed it right
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 22 Apr 1987 22:20:45 +0000 (14:20 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 22 Apr 1987 22:20:45 +0000 (14:20 -0800)
SCCS-vsn: old/more/more.c 5.9

usr/src/old/more/more.c

index 7fef5f3..275d0ec 100644 (file)
@@ -11,7 +11,7 @@ char copyright[] =
 #endif not lint
 
 #ifndef lint
 #endif not lint
 
 #ifndef lint
-static char sccsid[] = "@(#)more.c     5.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)more.c     5.9 (Berkeley) %G%";
 #endif not lint
 
 /*
 #endif not lint
 
 /*
@@ -257,7 +257,7 @@ char *argv[];
                    if(clreol) cleareol();
                    printf("%s\n", fnames[fnum]);
                    if(clreol) cleareol();
                    if(clreol) cleareol();
                    printf("%s\n", fnames[fnum]);
                    if(clreol) cleareol();
-                   printf("::::::::::::::\n",);
+                   printf("::::::::::::::\n");
                    if (left > Lpp - 4)
                        left = Lpp - 4;
                }
                    if (left > Lpp - 4)
                        left = Lpp - 4;
                }