aboutsummaryrefslogtreecommitdiff
path: root/networking/telnetd.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2019-04-04 16:54:14 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2019-04-04 16:54:14 +0200
commit29c2dcfe1c934f75c87f5a0bc3bf42b2e73f294c (patch)
treed2ed7bbb76d147941989bb9707c2ff095cf62839 /networking/telnetd.c
parentc6a8965297f96f63403a1f17606838a0cb4444c5 (diff)
downloadbusybox-29c2dcfe1c934f75c87f5a0bc3bf42b2e73f294c.tar.gz
telnetd: whitespace fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/telnetd.c')
-rw-r--r--networking/telnetd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/telnetd.c b/networking/telnetd.c
index e94d3bd3d..6abecbde2 100644
--- a/networking/telnetd.c
+++ b/networking/telnetd.c
@@ -285,7 +285,7 @@ safe_write_to_pty_decode_iac(struct tsession *ts)
buf2[1] = NOP;
ts->wridx2 = 0;
ts->rdidx2 = ts->size2 = 2;
- }
+ }
rc = 2;
goto update_and_return;
}