Fix int function without return (make consistent with neighbors)

This commit is contained in:
Nick Sayer 1999-08-16 02:15:29 +00:00
parent 086646f7c6
commit c6a00c4589
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49861
2 changed files with 2 additions and 0 deletions

View File

@ -1132,6 +1132,7 @@ dokludgemode()
send_wont(TELOPT_LINEMODE, 1);
send_dont(TELOPT_SGA, 1);
send_dont(TELOPT_ECHO, 1);
return 1;
}
#endif

View File

@ -1132,6 +1132,7 @@ dokludgemode()
send_wont(TELOPT_LINEMODE, 1);
send_dont(TELOPT_SGA, 1);
send_dont(TELOPT_ECHO, 1);
return 1;
}
#endif