diff options
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.h b/src/coding.h index 7730109bcfd..c9c19762d80 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -477,7 +477,7 @@ struct coding_system | |||
| 477 | ptrdiff_t produced, produced_char, consumed, consumed_char; | 477 | ptrdiff_t produced, produced_char, consumed, consumed_char; |
| 478 | 478 | ||
| 479 | /* Number of error source data found in a decoding routine. */ | 479 | /* Number of error source data found in a decoding routine. */ |
| 480 | int errors; | 480 | ptrdiff_t errors; |
| 481 | 481 | ||
| 482 | /* Store the positions of error source data. */ | 482 | /* Store the positions of error source data. */ |
| 483 | ptrdiff_t *error_positions; | 483 | ptrdiff_t *error_positions; |