Merge pull request #159 from AdamNiederer/patch-1

Fix Typo
This commit is contained in:
Giuseppe 2015-12-11 09:22:50 +01:00
commit f26b88272e
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ parse (char *text)
ucs = 0xfffd; ucs = 0xfffd;
p += 5; p += 5;
} }
// Siz byte utf8 sequence // Six byte utf8 sequence
else if ((utf[0] & 0xfe) == 0xfc) { else if ((utf[0] & 0xfe) == 0xfc) {
ucs = 0xfffd; ucs = 0xfffd;
p += 6; p += 6;