X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3ca4086b22723db16d7e0fc23aa9021b4785096a..b85b06e13d22e7fc1604ec1a49caa1227a1b3d36:/src/regex/regfree.c 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)