fix typeo
authordownsj <downsj@openbsd.org>
Tue, 25 Feb 1997 01:18:27 +0000 (01:18 +0000)
committerdownsj <downsj@openbsd.org>
Tue, 25 Feb 1997 01:18:27 +0000 (01:18 +0000)
usr.bin/window/wwinit.c

index 825deb2..4588359 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: wwinit.c,v 1.5 1997/02/25 00:04:54 downsj Exp $       */
+/*     $OpenBSD: wwinit.c,v 1.6 1997/02/25 01:18:27 downsj Exp $       */
 /*     $NetBSD: wwinit.c,v 1.11 1996/02/08 21:49:07 mycroft Exp $      */
 
 /*
@@ -41,7 +41,7 @@
 #if 0
 static char sccsid[] = "@(#)wwinit.c   8.2 (Berkeley) 4/28/95";
 #else
-static char rcsid[] = "$OpenBSD: wwinit.c,v 1.5 1997/02/25 00:04:54 downsj Exp $";
+static char rcsid[] = "$OpenBSD: wwinit.c,v 1.6 1997/02/25 01:18:27 downsj Exp $";
 #endif
 #endif /* not lint */
 
@@ -199,7 +199,7 @@ wwinit()
                break;
 #ifdef B57600
        case B57600:
-               wwbaud= 57600;
+               wwbaud = 57600;
                break;
 #endif
 #ifdef B115200