[kern] Minor
This commit is contained in:
parent
9c04b60583
commit
9810f0b80e
|
@ -269,7 +269,7 @@ struct KernSubTableFormat1
|
||||||
/* The following two flags are undocumented in the spec, but described
|
/* The following two flags are undocumented in the spec, but described
|
||||||
* in the example. */
|
* in the example. */
|
||||||
bool last = v & 1;
|
bool last = v & 1;
|
||||||
v = v & ~1;
|
v &= ~1;
|
||||||
if (v == 0x8000)
|
if (v == 0x8000)
|
||||||
{
|
{
|
||||||
crossOffset = 0;
|
crossOffset = 0;
|
||||||
|
|
Loading…
Reference in New Issue