aboutsummaryrefslogtreecommitdiffstats
path: root/re.c
diff options
context:
space:
mode:
Diffstat (limited to 're.c')
-rw-r--r--re.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/re.c b/re.c
index b67a02fa..5ddba7a2 100644
--- a/re.c
+++ b/re.c
@@ -254,7 +254,7 @@ research(Regexp *rp, char *str, int start,
size_t len, int flags)
{
const char *ret = str;
- int try_backref = false;
+ bool try_backref = false;
int need_start;
int no_bol;
int res;