Save one check in certain situations.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28080 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2008-10-14 13:16:44 +00:00
parent 6babeb8545
commit ed3215ee21

View File

@ -161,7 +161,7 @@ UTF8ToCharCode(const char **bytes)
mask <<= 1;
if (mask == 0x40)
break;
return result;
}
if (mask == 0x40)