add missing void, still has issues though

This commit is contained in:
Tim Riker 2002-04-26 07:53:39 +00:00
parent 86c76a9c2a
commit ed8e036360

View File

@ -511,7 +511,7 @@ static inline void to_ttype(void)
#endif #endif
#ifdef CONFIG_FEATURE_AUTOWIDTH #ifdef CONFIG_FEATURE_AUTOWIDTH
static inline void to_naws() static inline void to_naws(void)
{ {
/* Tell server we will do NAWS */ /* Tell server we will do NAWS */
putiac2(WILL, TELOPT_NAWS); putiac2(WILL, TELOPT_NAWS);