aboutsummaryrefslogtreecommitdiff
path: root/jimregexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'jimregexp.c')
-rw-r--r--jimregexp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/jimregexp.c b/jimregexp.c
index 9c7d70c..13c3063 100644
--- a/jimregexp.c
+++ b/jimregexp.c
@@ -654,6 +654,7 @@ static int reg_decode_escape(const char *s, int *ch)
if ((n = parse_hex(s, 8, ch)) > 0) {
s += n;
}
+ break;
case 'x':
if ((n = parse_hex(s, 2, ch)) > 0) {
s += n;