diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-28 19:49:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-28 19:49:23 +0000 |
commit | ea9e5dc03bfc73e8c197a9eabaf4e84999cbba49 (patch) | |
tree | 266e006b469ad1747ee55d7c6f87c89ff9ee40c9 /iconvdata | |
parent | 1efd15e33783db0de097a84772d78c4f2afb5ec6 (diff) | |
download | glibc-ea9e5dc03bfc73e8c197a9eabaf4e84999cbba49.tar.gz glibc-ea9e5dc03bfc73e8c197a9eabaf4e84999cbba49.tar.xz glibc-ea9e5dc03bfc73e8c197a9eabaf4e84999cbba49.zip |
Fix cut&paste error.
Diffstat (limited to 'iconvdata')
-rw-r--r-- | iconvdata/euc-jp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iconvdata/euc-jp.c b/iconvdata/euc-jp.c index 39cf6a8b7a..c6a39b08ec 100644 --- a/iconvdata/euc-jp.c +++ b/iconvdata/euc-jp.c @@ -105,6 +105,7 @@ result = __GCONV_ILLEGAL_INPUT; \ break; \ } \ + } \ \ inptr += 2; \ } \ |