Negligible change to force triggering v2 buildbots

This commit is contained in:
Victor Hora 2018-10-09 14:46:36 -04:00
parent df7335b35a
commit 2d7f1d6418

View File

@ -18,6 +18,7 @@
/**
* Releases the resources used by a single regular expression pattern.
*/
// FIXME
static apr_status_t msc_pcre_cleanup(msc_regex_t *regex) {
if (regex != NULL) {
if (regex->pe != NULL) {