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 b1743076630..537f69ebe1f 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -4356,7 +4356,7 @@ encode_designation_at_bol (struct coding_system *coding, | |||
| 4356 | int *charbuf, int *charbuf_end, | 4356 | int *charbuf, int *charbuf_end, |
| 4357 | unsigned char *dst) | 4357 | unsigned char *dst) |
| 4358 | { | 4358 | { |
| 4359 | unsigned char *orig; | 4359 | unsigned char *orig = dst; |
| 4360 | struct charset *charset; | 4360 | struct charset *charset; |
| 4361 | /* Table of charsets to be designated to each graphic register. */ | 4361 | /* Table of charsets to be designated to each graphic register. */ |
| 4362 | int r[4]; | 4362 | int r[4]; |