Minor
This commit is contained in:
parent
4177f646aa
commit
9adbd938fa
|
@ -147,7 +147,7 @@ struct RearrangementSubtable
|
|||
}
|
||||
}
|
||||
|
||||
if (false/* XXX*/ && flags & DontAdvance)
|
||||
if (false/* XXX */ && flags & DontAdvance)
|
||||
i--; /* XXX Detect infinite loop. */
|
||||
|
||||
state = entry->newState;
|
||||
|
|
Loading…
Reference in New Issue