summaryrefslogtreecommitdiff
path: root/src/pcre2_dfa_match.c
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-11-16 17:44:50 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-11-16 17:44:50 +0000
commit016aa46ed711caf6cf1b6a97b53c7996942e62b9 (patch)
tree85678992db6a888092e85f1645b03c645cd60614 /src/pcre2_dfa_match.c
parent9540e45ba3341bec7bc1b5ba792471bc75871805 (diff)
downloadpcre2-016aa46ed711caf6cf1b6a97b53c7996942e62b9.tar.gz
Very minor code tidy.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@883 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/pcre2_dfa_match.c')
-rw-r--r--src/pcre2_dfa_match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcre2_dfa_match.c b/src/pcre2_dfa_match.c
index b78ad07..ca235fb 100644
--- a/src/pcre2_dfa_match.c
+++ b/src/pcre2_dfa_match.c
@@ -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);