diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-04 20:53:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-04 20:53:38 +0000 |
commit | 4d953efbca224f432a23cf98b401edf3c0bdd2b6 (patch) | |
tree | 9830a729540199e6a91d6592a932f94bd757656f /iconvdata | |
parent | 658943b96f440bf883dfdd9e180113f135d29a74 (diff) | |
download | glibc-4d953efbca224f432a23cf98b401edf3c0bdd2b6.tar glibc-4d953efbca224f432a23cf98b401edf3c0bdd2b6.tar.gz glibc-4d953efbca224f432a23cf98b401edf3c0bdd2b6.tar.bz2 glibc-4d953efbca224f432a23cf98b401edf3c0bdd2b6.zip |
(BODY): Fix typo.
Diffstat (limited to 'iconvdata')
-rw-r--r-- | iconvdata/big5.c | 2 |
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> |