Fixing a typo in the previous commit.

This commit is contained in:
Alexander Barkov 2015-07-03 19:08:18 +04:00
parent fff30e26c3
commit 7ab7f5327a

View file

@ -84,7 +84,7 @@
IS_CONTINUATION_BYTE(b2) && \
IS_CONTINUATION_BYTE(b3) && \
(b0 >= 0xf1 || b1 >= 0x90) && \
(b0 <= 0xf3 || s[1] <= 0x8F))
(b0 <= 0xf3 || b1 <= 0x8F))
/* Convert individual bytes to Unicode code points */