summaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'match.c')
-rw-r--r--match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/match.c b/match.c
index 7a3e06c7..83aac757 100644
--- a/match.c
+++ b/match.c
@@ -1124,7 +1124,7 @@ static val h_eol(match_line_ctx *c)
if (length_str_le(c->dataline, c->pos)) {
LOG_MATCH("eol", c->pos);
- return cons(c->bindings, plus(c->pos, c->base));
+ return next_spec_k;
}
LOG_MISMATCH("eol");
return nil;