Cleanup: fix typos in source code in intern/
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D13532
This commit is contained in:
@@ -56,7 +56,7 @@ size_t count_utf_8_from_16(const wchar_t *string16)
|
||||
}
|
||||
else {
|
||||
if (u < 0xE000) {
|
||||
/*illigal*/;
|
||||
/*illegal*/;
|
||||
}
|
||||
else {
|
||||
count += 3;
|
||||
|
||||
Reference in New Issue
Block a user