summaryrefslogtreecommitdiffstats
path: root/usr.bin/tn3270/ascii/map3270.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tn3270/ascii/map3270.c')
-rw-r--r--usr.bin/tn3270/ascii/map3270.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tn3270/ascii/map3270.c b/usr.bin/tn3270/ascii/map3270.c
index 0295509..9ae1b2a 100644
--- a/usr.bin/tn3270/ascii/map3270.c
+++ b/usr.bin/tn3270/ascii/map3270.c
@@ -441,7 +441,7 @@ EatToNL()
lex = Get();
- while (!((lex.type != LEX_ESCAPED) && (lex.type != LEX_CARETED) &&
+ while (!((lex.type != LEX_ESCAPED) && (lex.type != LEX_CARETED) &&
(lex.value == '\n')) && (!(lex.type == LEX_END_OF_FILE))) {
lex = Get();
}
OpenPOWER on IntegriCloud