X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3ca4086b22723db16d7e0fc23aa9021b4785096a..8d4b048e27e72be25ec727fadc560c15e19fbcb3:/src/regex/regfree.c?ds=sidebyside diff --git a/src/regex/regfree.c b/src/regex/regfree.c index 17a73896f5..d4590075a4 100644 --- a/src/regex/regfree.c +++ b/src/regex/regfree.c @@ -44,7 +44,7 @@ * Ignoring invocation with NULL is a convenience. */ VOID -regfree(re) +wx_regfree(re) regex_t *re; { if (re == NULL)