Very minor code tidy.
This commit is contained in:
parent
271227fd32
commit
2881730084
|
@ -2176,7 +2176,7 @@ for (;;)
|
||||||
case OP_NOTI:
|
case OP_NOTI:
|
||||||
if (clen > 0)
|
if (clen > 0)
|
||||||
{
|
{
|
||||||
unsigned int otherd;
|
uint32_t otherd;
|
||||||
#ifdef SUPPORT_UNICODE
|
#ifdef SUPPORT_UNICODE
|
||||||
if (utf && d >= 128)
|
if (utf && d >= 128)
|
||||||
otherd = UCD_OTHERCASE(d);
|
otherd = UCD_OTHERCASE(d);
|
||||||
|
|
Loading…
Reference in New Issue