diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-06 16:59:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-06 16:59:49 +0000 |
commit | 1f20e04b473817b73bae88f39153cb410ec1eb8e (patch) | |
tree | dac12f3b4b50e00987ebf328b09d69a05d6cf0fd /iconvdata/iso-2022-jp.c | |
parent | 89301d683e7401cb7cfcb6ebc89be6593d4c809f (diff) | |
download | glibc-1f20e04b473817b73bae88f39153cb410ec1eb8e.zip glibc-1f20e04b473817b73bae88f39153cb410ec1eb8e.tar.gz glibc-1f20e04b473817b73bae88f39153cb410ec1eb8e.tar.bz2 |
Fix typo.
Diffstat (limited to 'iconvdata/iso-2022-jp.c')
-rw-r--r-- | iconvdata/iso-2022-jp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/iso-2022-jp.c b/iconvdata/iso-2022-jp.c index 25ca75c..8fc67b2 100644 --- a/iconvdata/iso-2022-jp.c +++ b/iconvdata/iso-2022-jp.c @@ -811,7 +811,7 @@ gconv_end (struct __gconv_step *data) /* We use GB 2312. */ \ if (NEED_LENGTH_TEST \ && __builtin_expect (outptr + 3 > outend, \ - 0) \ + 0)) \ { \ result = __GCONV_FULL_OUTPUT; \ break; \ |