From 7ebef4a322a20f162cb4be044347433730a8064b Mon Sep 17 00:00:00 2001 From: Daniel Spiljar Date: Sat, 22 Apr 2023 17:36:28 +0200 Subject: [PATCH] Fix a compile error caused by an extra curly bracket. --- src/misc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/misc.c b/src/misc.c index d80eaef..fe5527d 100644 --- a/src/misc.c +++ b/src/misc.c @@ -381,8 +381,6 @@ set_option_regextype (regextype_t regextype) APPNAME); exit (2); } - } #endif /* HAVE_LIBPCRE */ - config.regextype = regextype; }