aboutsummaryrefslogtreecommitdiff
path: root/src/target/openrisc/jsp_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/openrisc/jsp_server.c')
-rw-r--r--src/target/openrisc/jsp_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/openrisc/jsp_server.c b/src/target/openrisc/jsp_server.c
index 597bfcb6..83e03ae3 100644
--- a/src/target/openrisc/jsp_server.c
+++ b/src/target/openrisc/jsp_server.c
@@ -37,7 +37,7 @@ static char *jsp_port;
* the client should be forced into character mode. However it doesn't make any difference.
*/
-static char *negotiate =
+static const char * const negotiate =
"\xFF\xFB\x03" /* IAC WILL Suppress Go Ahead */
"\xFF\xFB\x01" /* IAC WILL Echo */
"\xFF\xFD\x03" /* IAC DO Suppress Go Ahead */