X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/d6a1c02134222fc71122d2fd0072ce8d93d333c6..06567a99c718a3f451c07bba69933c34d5e9111f:/mac/macucs.c diff --git a/mac/macucs.c b/mac/macucs.c index 0601b9c8..6d1581bd 100644 --- a/mac/macucs.c +++ b/mac/macucs.c @@ -1,4 +1,4 @@ -/* $Id: macucs.c,v 1.6 2003/03/17 21:40:37 ben Exp $ */ +/* $Id: macucs.c,v 1.7 2003/04/05 22:12:44 ben Exp $ */ #include #include @@ -116,14 +116,14 @@ int decode_codepage(char *cp_name) return 0; } -char *cp_enumerate (int index) +char const *cp_enumerate (int index) { if (index == 0) return "ISO/IEC 8859-1"; return NULL; } -char *cp_name(int codepage) +char const *cp_name(int codepage) { return "ISO/IEC 8859-1";