diff options
author | Tim Riker <tim@rikers.org> | 2002-04-26 07:53:39 +0000 |
---|---|---|
committer | Tim Riker <tim@rikers.org> | 2002-04-26 07:53:39 +0000 |
commit | ed8e036360147b28e8fdfa30c14178fd314f6343 (patch) | |
tree | 62a466031107769498cb601929443eaf9f9d6eeb | |
parent | 86c76a9c2a0160d5d975dc8179c597804581117a (diff) | |
download | busybox-w32-ed8e036360147b28e8fdfa30c14178fd314f6343.tar.gz busybox-w32-ed8e036360147b28e8fdfa30c14178fd314f6343.tar.bz2 busybox-w32-ed8e036360147b28e8fdfa30c14178fd314f6343.zip |
add missing void, still has issues though
-rw-r--r-- | networking/telnet.c | 2 |
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 |
514 | static inline void to_naws() | 514 | static 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); |