aboutsummaryrefslogtreecommitdiff
path: root/networking/telnet.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/telnet.c')
-rw-r--r--networking/telnet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/telnet.c b/networking/telnet.c
index a634d7a2b..4e8b27ba6 100644
--- a/networking/telnet.c
+++ b/networking/telnet.c
@@ -353,7 +353,7 @@ static void putiac_naws(byte c, int x, int y)
353} 353}
354#endif 354#endif
355 355
356static char const escapecharis[] = "\r\nEscape character is "; 356static char const escapecharis[] ALIGN1 = "\r\nEscape character is ";
357 357
358static void setConMode(void) 358static void setConMode(void)
359{ 359{