0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-11-09 23:28:42 +00:00

Fix syntax error.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@301 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang 2006-08-19 00:26:33 +00:00
parent 42ba96e2de
commit 2eef708557

View File

@ -435,9 +435,9 @@ class HTMLPurifier_Lexer
}
} else {
// ((0xC0 & (*in) != 0x80) && (mState != 0))
*
* Incomplete multi-octet sequence.
*/
//
// Incomplete multi-octet sequence.
//
return false;
}
}