aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index 9a2c1f9c3f2..898bfd71f43 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -4515,7 +4515,7 @@ encode_designation_at_bol (coding, charbuf, charbuf_end, dst)
4515 int *charbuf, *charbuf_end; 4515 int *charbuf, *charbuf_end;
4516 unsigned char *dst; 4516 unsigned char *dst;
4517{ 4517{
4518 unsigned char *orig; 4518 unsigned char *orig = dst;
4519 struct charset *charset; 4519 struct charset *charset;
4520 /* Table of charsets to be designated to each graphic register. */ 4520 /* Table of charsets to be designated to each graphic register. */
4521 int r[4]; 4521 int r[4];