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 fd1ace41d..758cce8b1 100644
--- a/networking/telnet.c
+++ b/networking/telnet.c
@@ -325,7 +325,7 @@ static void putiac1(byte c)
325 325
326/* ******************************* */ 326/* ******************************* */
327 327
328char const escapecharis[] = "\r\nEscape character is "; 328static char const escapecharis[] = "\r\nEscape character is ";
329 329
330static void setConMode() 330static void setConMode()
331{ 331{