From 8bbc9ba946e05c83799780ff05d9ff176ce281f8 Mon Sep 17 00:00:00 2001 From: fedor Date: Fri, 21 Sep 2001 16:25:37 +0000 Subject: [PATCH] UNICDE typo git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10948 72102866-910b-0410-8b05-ffd578937521 --- Source/Unicode.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Unicode.m b/Source/Unicode.m index 61cfd172f..57fc2e7c7 100644 --- a/Source/Unicode.m +++ b/Source/Unicode.m @@ -52,7 +52,7 @@ struct _ucc_ {unichar from; char to;}; // The rest of the GNUstep code stores UNICODE in internal byte order, // so we do the same. This should be UCS-2-INTERNAL for libiconv #ifdef WORDS_BIGENDIAN -#define UNICODE_INT "UNICODEBIGL" +#define UNICODE_INT "UNICODEBIG" #else #define UNICODE_INT "UNICODELITTLE" #endif