diff options
Diffstat (limited to 'networking/telnet.c')
-rw-r--r-- | networking/telnet.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/networking/telnet.c b/networking/telnet.c index bbf0d1997..62776bad1 100644 --- a/networking/telnet.c +++ b/networking/telnet.c @@ -533,7 +533,8 @@ static void telopt(byte c) putiac_naws(c, win_width, win_height); break; #endif - default: to_notsup(c); break; + default: to_notsup(c); + break; } } |