]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - larn/io.c
Spelling and punctuation corrections or improvements from OpenBSD.
[bsdgames-darwin.git] / larn / io.c
index 9f32da3fd1f8744866531c69b73a05685658ba89..73952da869dfb8d3574e8411d377060dd5837f9a 100644 (file)
--- a/larn/io.c
+++ b/larn/io.c
@@ -1,4 +1,4 @@
-/*     $NetBSD: io.c,v 1.9 2000/05/22 12:42:46 blymn Exp $     */
+/*     $NetBSD: io.c,v 1.10 2000/05/24 14:20:29 blymn Exp $    */
 
 /*
  * io.c                         Larn is copyrighted 1986 by Noah Morgan.
@@ -62,7 +62,7 @@
  */
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: io.c,v 1.9 2000/05/22 12:42:46 blymn Exp $");
+__RCSID("$NetBSD: io.c,v 1.10 2000/05/24 14:20:29 blymn Exp $");
 #endif /* not lint */
 
 #include "header.h"
@@ -777,7 +777,7 @@ init_term()
        char           *capptr;
        char           *term;
 
-       *cap = NULL;
+       cap = NULL;
        switch (t_getent(&info, term = getenv("TERM"))) {
        case -1:
                write(2, "Cannot open termcap file.\n", 26);