aboutsummaryrefslogtreecommitdiffstats
path: root/src/marker.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/marker.c')
-rw-r--r--src/marker.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/marker.c b/src/marker.c
index 11b077761e5..36a048537f7 100644
--- a/src/marker.c
+++ b/src/marker.c
@@ -256,6 +256,7 @@ buf_charpos_to_bytepos (b, charpos)
256 256
257int 257int
258verify_bytepos (charpos) 258verify_bytepos (charpos)
259 int charpos;
259{ 260{
260 int below = 1; 261 int below = 1;
261 int below_byte = 1; 262 int below_byte = 1;