Very minor code tidy.

This commit is contained in:
ph10 2017-11-16 17:44:50 +00:00
parent 21a648015f
commit 68a0282d58

View File

@ -2176,7 +2176,7 @@ for (;;)
case OP_NOTI:
if (clen > 0)
{
unsigned int otherd;
uint32_t otherd;
#ifdef SUPPORT_UNICODE
if (utf && d >= 128)
otherd = UCD_OTHERCASE(d);