summaryrefslogtreecommitdiff
path: root/src/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/input.c')
-rw-r--r--src/input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input.c b/src/input.c
index 5ffdbe3e..04f09910 100644
--- a/src/input.c
+++ b/src/input.c
@@ -1373,7 +1373,7 @@ match_input (const char *s, size_t slen, bool consume)
}
next_char (false, false);
- for (n = 1, t = s++; (ch = peek_input (false)) == to_uchar (*s++); )
+ for (n = 1, t = s++; peek_input (false) == to_uchar (*s++); )
{
next_char (false, false);
n++;