Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Tue, 13 Aug 1991 06:20:37 +0000 (06:20 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 13 Aug 1991 06:20:37 +0000 (06:20 +0000)
v7/src/microcode/breakup.c

index 602eb7aab9ae31e2a707a1ed42cfd4d049f81ab1..6945239734446423c678ddd8619bc979a075753f 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-Copyright (c) 1987, 1989 Massachusetts Institute of Technology
+Copyright (c) 1987-91 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising,
 promotional, or sales literature without prior written consent from
 MIT in each case. */
 
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/breakup.c,v 9.22 1989/09/20 23:04:34 cph Rel $ */
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/breakup.c,v 9.23 1991/08/13 06:20:37 cph Exp $ */
 \f
 #include <stdio.h>
 
@@ -122,7 +122,7 @@ re_dispatch:
                  c);
        break;
       case '"':
-       after_new_line == false;
+       after_new_line = false;
        putchar(c);
        c = getchar();
        while (true)