X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/bb8dd32fe5dd5e47a54dcae9d16ebdf90df15894..cbe2d68fd7c7c7bac692b3a2d200a5d2429ab201:/mac/macterm.c diff --git a/mac/macterm.c b/mac/macterm.c index c83cb6d8..88eb2668 100644 --- a/mac/macterm.c +++ b/mac/macterm.c @@ -1,4 +1,4 @@ -/* $Id: macterm.c,v 1.74 2003/04/12 21:07:25 ben Exp $ */ +/* $Id: macterm.c,v 1.75 2003/05/04 14:18:18 simon Exp $ */ /* * Copyright (c) 1999 Simon Tatham * Copyright (c) 1999, 2002 Ben Harris @@ -105,7 +105,7 @@ void post_paint(Session *s); void mac_startsession(Session *s) { - char *errmsg; + const char *errmsg; int i; WinInfo *wi;