Comment fix

Bad copy-pasta from
http://www.thonky.com/qr-code-tutorial/kanji-mode-encoding
This commit is contained in:
Alexandre Perrin 2017-05-30 19:23:42 +02:00
parent e16c02e226
commit 2528ea3955

View file

@ -799,7 +799,7 @@ static quirc_decode_error_t decode_kanji(struct quirc_data *data,
/* bytes are in the range 0x8140 to 0x9FFC */ /* bytes are in the range 0x8140 to 0x9FFC */
sjw = intermediate + 0x8140; sjw = intermediate + 0x8140;
} else { } else {
/* bytes are in the range 0x8140 to 0x9FFC */ /* bytes are in the range 0xE040 to 0xEBBF */
sjw = intermediate + 0xc140; sjw = intermediate + 0xc140;
} }