diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index ab13f0311c0..64826ae16b9 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -6765,7 +6765,8 @@ produce_chars (struct coding_system *coding, Lisp_Object translation_table, | |||
| 6765 | 6765 | ||
| 6766 | while (buf < buf_end) | 6766 | while (buf < buf_end) |
| 6767 | { | 6767 | { |
| 6768 | int c = *buf, i; | 6768 | int c = *buf; |
| 6769 | ptrdiff_t i; | ||
| 6769 | 6770 | ||
| 6770 | if (c >= 0) | 6771 | if (c >= 0) |
| 6771 | { | 6772 | { |