aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/telnet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/telnet.c b/networking/telnet.c
index 93eda56e1..bbf0d1997 100644
--- a/networking/telnet.c
+++ b/networking/telnet.c
@@ -511,7 +511,7 @@ static inline void to_ttype(void)
511#endif 511#endif
512 512
513#ifdef CONFIG_FEATURE_AUTOWIDTH 513#ifdef CONFIG_FEATURE_AUTOWIDTH
514static inline void to_naws() 514static inline void to_naws(void)
515{ 515{
516 /* Tell server we will do NAWS */ 516 /* Tell server we will do NAWS */
517 putiac2(WILL, TELOPT_NAWS); 517 putiac2(WILL, TELOPT_NAWS);