From: Konstantinos Margaritis Date: Sat, 18 May 2024 19:52:17 +0000 (+0300) Subject: Fix typo X-Git-Tag: vectorscan/5.4.12^2~35^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc18a14663d4aa36907bc1427574c986b0f8ccee;p=thirdparty%2Fvectorscan.git Fix typo --- diff --git a/src/nfa/mpvcompile.cpp b/src/nfa/mpvcompile.cpp index 69ddfdcb..7c06da9d 100644 --- a/src/nfa/mpvcompile.cpp +++ b/src/nfa/mpvcompile.cpp @@ -180,7 +180,7 @@ void writeKiloPuff(const map>::const_iterator &it, #ifdef HAVE_SVE2 } else if (reach.count() >= 240) { kp->type = MPV_VERM16; - vermicelli16Build(~reach, reinterpret_casT(&kp->u.verm16.mask)); + vermicelli16Build(~reach, reinterpret_cast(&kp->u.verm16.mask)); } else if (reach.count() <= 16) { kp->type = MPV_NVERM16; vermicelli16Build(reach, reinterpret_cast(&kp->u.verm16.mask));