X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/971bcc0afc69f7e754285167e88885c8893d0229..cbe2d68fd7c7c7bac692b3a2d200a5d2429ab201:/plink.c diff --git a/plink.c b/plink.c index 0f764cf3..bf17f530 100644 --- a/plink.c +++ b/plink.c @@ -558,7 +558,7 @@ int main(int argc, char **argv) */ netevent = CreateEvent(NULL, FALSE, FALSE, NULL); { - char *error; + const char *error; char *realhost; /* nodelay is only useful if stdin is a character device (console) */ int nodelay = cfg.tcp_nodelay &&