Very minor code tidy.

This commit is contained in:
Philip.Hazel 2017-11-16 17:44:50 +00:00
parent 271227fd32
commit 2881730084
1 changed files with 1 additions and 1 deletions

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);