Undo accidental change in previous commit.
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sun, 18 Sep 2005 12:24:10 +0000 (12:24 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sun, 18 Sep 2005 12:24:10 +0000 (12:24 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/charset@6323 cda61777-01e9-0310-a592-d414129be87e

utf16.c

diff --git a/utf16.c b/utf16.c
index f610c35..a1af88b 100644 (file)
--- 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 };