aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.rs')
-rw-r--r--src/parser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.rs b/src/parser.rs
index fa763ed..85a7ed2 100644
--- a/src/parser.rs
+++ b/src/parser.rs
@@ -1553,7 +1553,7 @@ map <not-a-button> <Nop>
result.unwrap_err().position,
SourcePosition {
line: 2,
- column: 5,
+ column: 6,
}
);
}