aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/telnet.c3
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)
533 putiac_naws(c, win_width, win_height); 533 putiac_naws(c, win_width, win_height);
534 break; 534 break;
535#endif 535#endif
536 default: to_notsup(c); break; 536 default: to_notsup(c);
537 break;
537 } 538 }
538} 539}
539 540