1
Fork 0
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:
Kenichi Handa 2004-01-28 11:03:31 +00:00
parent 2943f96620
commit c687637047

View file

@ -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;