Fix a compile error caused by an extra curly bracket.
This commit is contained in:
@@ -381,8 +381,6 @@ set_option_regextype (regextype_t regextype)
|
|||||||
APPNAME);
|
APPNAME);
|
||||||
exit (2);
|
exit (2);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
#endif /* HAVE_LIBPCRE */
|
#endif /* HAVE_LIBPCRE */
|
||||||
|
|
||||||
config.regextype = regextype;
|
config.regextype = regextype;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user