about summary refs log tree commit diff
path: root/iconvdata/big5.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-04 20:53:38 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-04 20:53:38 +0000
commit4d953efbca224f432a23cf98b401edf3c0bdd2b6 (patch)
tree9830a729540199e6a91d6592a932f94bd757656f /iconvdata/big5.c
parent658943b96f440bf883dfdd9e180113f135d29a74 (diff)
downloadglibc-4d953efbca224f432a23cf98b401edf3c0bdd2b6.tar.gz
glibc-4d953efbca224f432a23cf98b401edf3c0bdd2b6.tar.xz
glibc-4d953efbca224f432a23cf98b401edf3c0bdd2b6.zip
(BODY): Fix typo.
Diffstat (limited to 'iconvdata/big5.c')
-rw-r--r--iconvdata/big5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/big5.c b/iconvdata/big5.c
index 42d59c31ba..de15ad6239 100644
--- a/iconvdata/big5.c
+++ b/iconvdata/big5.c
@@ -8475,7 +8475,7 @@ static const char from_ucs4_tab13[][2] =
     else								      \
       ++inptr;								      \
 									      \
-    putr32 (outptr, ch);						      \
+    put32 (outptr, ch);							      \
     outptr += 4;							      \
   }
 #include <iconv/loop.c>