X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=proxy.h;h=2e2324c078343ae5d2229a79e5b08d20659b10d0;hb=222c134b5f4f5397f2a15d36813286edeb3cff5e;hp=12b47e16de88d3860faee4ab6d7639a07f77e780;hpb=19fba3fe550785b2584264a59d3dccea81077451;p=PuTTY.git diff --git a/proxy.h b/proxy.h index 12b47e16..2e2324c0 100644 --- a/proxy.h +++ b/proxy.h @@ -19,7 +19,7 @@ struct Socket_proxy_tag { const struct socket_function_table *fn; /* the above variable absolutely *must* be the first in this structure */ - char * error; + const char *error; Socket sub_socket; Plug plug;