mirror of
https://github.com/sheumann/hush.git
synced 2024-12-28 07:30:23 +00:00
add missing void, still has issues though
This commit is contained in:
parent
86c76a9c2a
commit
ed8e036360
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user