commit | ed8e036360147b28e8fdfa30c14178fd314f6343 | [log] [tgz] |
---|---|---|
author | Tim Riker <tim@rikers.org> | Fri Apr 26 07:53:39 2002 +0000 |
committer | Tim Riker <tim@rikers.org> | Fri Apr 26 07:53:39 2002 +0000 |
tree | 62a466031107769498cb601929443eaf9f9d6eeb | |
parent | 86c76a9c2a0160d5d975dc8179c597804581117a [diff] [blame] |
add missing void, still has issues though
diff --git a/networking/telnet.c b/networking/telnet.c index 93eda56..bbf0d19 100644 --- a/networking/telnet.c +++ b/networking/telnet.c
@@ -511,7 +511,7 @@ #endif #ifdef CONFIG_FEATURE_AUTOWIDTH -static inline void to_naws() +static inline void to_naws(void) { /* Tell server we will do NAWS */ putiac2(WILL, TELOPT_NAWS);