summaryrefslogtreecommitdiffstats
path: root/tty-term.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-05-04 17:58:27 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-05-04 17:58:27 +0000
commit143aa718e5958b9c7b539657d02c476a43270dad (patch)
tree5db9cc3eaf136cd3cd81ec8f5c5e9862e7c73fc7 /tty-term.c
parent59a57285278de78d0a69b89fe7851a56bad4240a (diff)
Space trimmage mega-diff.
Diffstat (limited to 'tty-term.c')
-rw-r--r--tty-term.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tty-term.c b/tty-term.c
index 89a7e81a..325e9904 100644
--- a/tty-term.c
+++ b/tty-term.c
@@ -1,4 +1,4 @@
-/* $Id: tty-term.c,v 1.18 2009-04-23 21:09:17 nicm Exp $ */
+/* $Id: tty-term.c,v 1.19 2009-05-04 17:58:27 nicm Exp $ */
/*
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -267,10 +267,10 @@ tty_term_find(char *name, int fd, char **cause)
xasprintf(cause, "terminal does not support dl1 or dl");
goto error;
}
- if (!tty_term_has(term, TTYC_ICH1) &&
+ if (!tty_term_has(term, TTYC_ICH1) &&
!tty_term_has(term, TTYC_ICH) && (!tty_term_has(term, TTYC_SMIR) ||
!tty_term_has(term, TTYC_RMIR))) {
- xasprintf(cause,
+ xasprintf(cause,
"terminal does not support ich1 or ich or smir and rmir");
goto error;
}