projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed8e036
)
Minor formatting
author
Eric Andersen
<andersen@codepoet.org>
Fri, 26 Apr 2002 08:00:33 +0000
(08:00 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 26 Apr 2002 08:00:33 +0000
(08:00 -0000)
networking/telnet.c
patch
|
blob
|
history
diff --git
a/networking/telnet.c
b/networking/telnet.c
index bbf0d199783404a3b3249b96f39ddac62a395f1e..62776bad1eb502d5d8924cec907d00aba975d282 100644
(file)
--- a/
networking/telnet.c
+++ b/
networking/telnet.c
@@
-533,7
+533,8
@@
static void telopt(byte c)
putiac_naws(c, win_width, win_height);
break;
#endif
- default: to_notsup(c); break;
+ default: to_notsup(c);
+ break;
}
}