X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/charset/blobdiff_plain/b97e542708b7c9ebd09991420fbbf6785d5ccd87..9aa9036cdc913d461c7dee1b96ac5ac2c1f56965:/utf16.c diff --git a/utf16.c b/utf16.c index f610c35..a1af88b 100644 --- a/utf16.c +++ b/utf16.c @@ -194,7 +194,7 @@ static int write_utf16(charset_spec const *charset, long int input_chr, return TRUE; } -static struct utf16 const utf16_bigendian = { 0x20000 }; +static const struct utf16 utf16_bigendian = { 0x20000 }; static const struct utf16 utf16_littleendian = { 0x10000 }; static const struct utf16 utf16_variable_endianness = { 0x30000 };