Module Name:    src
Committed By:   christos
Date:           Fri Jan 28 03:41:52 UTC 2011

Modified Files:
        src/lib/libedit: tty.c

Log Message:
fix pasto


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/lib/libedit/tty.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libedit/tty.c
diff -u src/lib/libedit/tty.c:1.34 src/lib/libedit/tty.c:1.35
--- src/lib/libedit/tty.c:1.34	Thu Jan 27 18:11:40 2011
+++ src/lib/libedit/tty.c	Thu Jan 27 22:41:52 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: tty.c,v 1.34 2011/01/27 23:11:40 christos Exp $	*/
+/*	$NetBSD: tty.c,v 1.35 2011/01/28 03:41:52 christos Exp $	*/
 
 /*-
  * Copyright (c) 1992, 1993
@@ -37,7 +37,7 @@
 #if 0
 static char sccsid[] = "@(#)tty.c	8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: tty.c,v 1.34 2011/01/27 23:11:40 christos Exp $");
+__RCSID("$NetBSD: tty.c,v 1.35 2011/01/28 03:41:52 christos Exp $");
 #endif
 #endif /* not lint && not SCCSID */
 
@@ -504,7 +504,6 @@
 #endif /* DEBUG_TTY */
 		return (-1);
 	}
-	&el->el_tty.t_ed) == -1) {
 	if (tty_getty(el, &el->el_tty.t_ed) == -1) {
 #ifdef DEBUG_TTY
 		(void) fprintf(el->el_errfile,

Reply via email to