diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/coding.c | 2 | ||||
| -rw-r--r-- | src/term.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c index e19319abb2c..56b66de9d9e 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Coding system handler (conversion, detection, and etc). | 1 | /* Coding system handler (conversion, detection, etc). |
| 2 | Copyright (C) 1995, 1997, 1998 Electrotechnical Laboratory, JAPAN. | 2 | Copyright (C) 1995, 1997, 1998 Electrotechnical Laboratory, JAPAN. |
| 3 | Licensed to the Free Software Foundation. | 3 | Licensed to the Free Software Foundation. |
| 4 | Copyright (C) 2001, 2002 Free Software Foundation, Inc. | 4 | Copyright (C) 2001, 2002 Free Software Foundation, Inc. |
diff --git a/src/term.c b/src/term.c index cb4c63529e2..2ae413178a8 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -834,7 +834,7 @@ encode_terminal_code (src, dst, src_len, dst_len, consumed) | |||
| 834 | 834 | ||
| 835 | if (g < 0 || g >= tlen) | 835 | if (g < 0 || g >= tlen) |
| 836 | { | 836 | { |
| 837 | /* This glyph doesn't has an entry in Vglyph_table. */ | 837 | /* This glyph doesn't have an entry in Vglyph_table. */ |
| 838 | if (! CHAR_VALID_P (src->u.ch, 0)) | 838 | if (! CHAR_VALID_P (src->u.ch, 0)) |
| 839 | { | 839 | { |
| 840 | len = 1; | 840 | len = 1; |