diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index f05cf841f5a..abc7b3eca76 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -6626,7 +6626,7 @@ produce_charset (coding, charbuf, pos) | |||
| 6626 | 6626 | ||
| 6627 | #define ALLOC_CONVERSION_WORK_AREA(coding) \ | 6627 | #define ALLOC_CONVERSION_WORK_AREA(coding) \ |
| 6628 | do { \ | 6628 | do { \ |
| 6629 | int size = CHARBUF_SIZE;; \ | 6629 | int size = CHARBUF_SIZE; \ |
| 6630 | \ | 6630 | \ |
| 6631 | coding->charbuf = NULL; \ | 6631 | coding->charbuf = NULL; \ |
| 6632 | while (size > 1024) \ | 6632 | while (size > 1024) \ |