httpd: sendfile support
[oweals/busybox.git] / networking / telnet.c
index a634d7a2be05678c98d964dbbf783623a189bdb7..4e8b27ba61b1d8f9c91d8710742955d6b26b8bf5 100644 (file)
@@ -353,7 +353,7 @@ static void putiac_naws(byte c, int x, int y)
 }
 #endif
 
-static char const escapecharis[] = "\r\nEscape character is ";
+static char const escapecharis[] ALIGN1 = "\r\nEscape character is ";
 
 static void setConMode(void)
 {