X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/971bcc0afc69f7e754285167e88885c8893d0229..71bedafe6934ec1eae5406ba0b5ec82fed5f0d92:/window.c diff --git a/window.c b/window.c index 6d306f56..c9d8df55 100644 --- a/window.c +++ b/window.c @@ -636,7 +636,7 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show) * Start up the telnet connection. */ { - char *error; + const char *error; char msg[1024], *title; char *realhost;