Fix a compile error caused by an extra curly bracket.

This commit is contained in:
Daniel Spiljar 2023-04-22 17:36:28 +02:00
parent d04349e9b4
commit 7ebef4a322
Signed by: dspiljar
GPG Key ID: A32CE9C59D8003B5
1 changed files with 0 additions and 2 deletions

View File

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