Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libedit fix pasto



details:   https://anonhg.NetBSD.org/src/rev/2c4d3975acdd
branches:  trunk
changeset: 761451:2c4d3975acdd
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jan 28 03:41:52 2011 +0000

description:
fix pasto

diffstat:

 lib/libedit/tty.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 7a5add5d2c6d -r 2c4d3975acdd lib/libedit/tty.c
--- a/lib/libedit/tty.c Thu Jan 27 23:11:40 2011 +0000
+++ b/lib/libedit/tty.c Fri Jan 28 03:41:52 2011 +0000
@@ -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,



Home | Main Index | Thread Index | Old Index