Fix a compile error caused by an extra curly bracket.

This commit is contained in:
2023-04-22 17:36:28 +02:00
parent d04349e9b4
commit 7ebef4a322

View File

@@ -381,8 +381,6 @@ set_option_regextype (regextype_t regextype)
APPNAME);
exit (2);
}
}
#endif /* HAVE_LIBPCRE */
config.regextype = regextype;
}