mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-20 12:40:56 -08:00
(decode_coding_sjis): Fix comment.
This commit is contained in:
parent
2943f96620
commit
c687637047
1 changed files with 1 additions and 1 deletions
|
|
@ -4048,7 +4048,7 @@ decode_coding_sjis (coding)
|
|||
}
|
||||
else if (c <= 0xFC && charset_kanji2)
|
||||
{
|
||||
/* SJIS -> JISX0212 */
|
||||
/* SJIS -> JISX0213-2 */
|
||||
ONE_MORE_BYTE (c1);
|
||||
if (c1 < 0x40 || c1 == 0x7F || c1 > 0xFC)
|
||||
goto invalid_code;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue