X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/820ebe3b54a21cfb8d42e43c567d952415c1d05d..0f0a25075f6e788462506686cf538bc13a5beedb:/unix/uxplink.c diff --git a/unix/uxplink.c b/unix/uxplink.c index 9fce0560..5d3efb29 100644 --- a/unix/uxplink.c +++ b/unix/uxplink.c @@ -574,7 +574,7 @@ int main(int argc, char **argv) */ logctx = log_init(NULL, &cfg); { - char *error; + const char *error; char *realhost; /* nodelay is only useful if stdin is a terminal device */ int nodelay = cfg.tcp_nodelay && isatty(0);