diff options
Diffstat (limited to 'iconvdata/euc-jp.c')
-rw-r--r-- | iconvdata/euc-jp.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/iconvdata/euc-jp.c b/iconvdata/euc-jp.c index a781182e78..93622e778e 100644 --- a/iconvdata/euc-jp.c +++ b/iconvdata/euc-jp.c @@ -57,7 +57,7 @@ } \ \ ++inptr; \ - ++*converted; \ + ++*irreversible; \ continue; \ } \ else \ @@ -87,7 +87,7 @@ } \ \ ++inptr; \ - ++*converted; \ + ++*irreversible; \ continue; \ } \ \ @@ -137,7 +137,7 @@ } \ \ inptr += 2; \ - ++*converted; \ + ++*irreversible; \ continue; \ } \ inptr = endp; \ @@ -228,7 +228,7 @@ } \ \ inptr += 4; \ - ++*converted; \ + ++*irreversible; \ continue; \ } \ } \ |