From: Tim Riker Date: Fri, 26 Apr 2002 07:53:39 +0000 (-0000) Subject: add missing void, still has issues though X-Git-Tag: 0_60_3~9 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ed8e036360147b28e8fdfa30c14178fd314f6343;p=oweals%2Fbusybox.git add missing void, still has issues though --- 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) #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);