]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - proxy.h
Colin's const-fixing Patch Of Death. Seems to build fine on Windows
[PuTTY.git] / proxy.h
diff --git a/proxy.h b/proxy.h
index cc11061efa59fc6bb14be0a52cb3786a6d88255e..2bd522031b3bb1bb150f0421b587b5030dac1542 100644 (file)
--- a/proxy.h
+++ b/proxy.h
@@ -64,7 +64,7 @@ struct Socket_proxy_tag {
      */
 
     /* closing */
-    char *closing_error_msg;
+    const char *closing_error_msg;
     int closing_error_code;
     int closing_calling_back;