diff --git a/source/functions.c b/source/functions.c index b5ffe8e..ea64c8c 100644 --- a/source/functions.c +++ b/source/functions.c @@ -984,7 +984,7 @@ BuiltInDllFunctions *dll = NULL; if (++(*cnt) == matches_size) { matches_size += 5; - matches = (char **) RESIZE(matches, char *, matches_size); + RESIZE(matches, char *, matches_size); } } }