target: constify structures
Change-Id: I875cfab8dec4ade72ed9c9cd7d52baaca182a1ef Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/2295 Tested-by: jenkins
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user