aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/marker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/marker.c b/src/marker.c
index eaae8ff6a90..2a45ae636ed 100644
--- a/src/marker.c
+++ b/src/marker.c
@@ -775,7 +775,7 @@ ptrdiff_t
775verify_bytepos (ptrdiff_t charpos) 775verify_bytepos (ptrdiff_t charpos)
776{ 776{
777 ptrdiff_t below = BEG; 777 ptrdiff_t below = BEG;
778 ptrdiff_t below_byte = BYTE_BEG; 778 ptrdiff_t below_byte = BEG_BYTE;
779 779
780 while (below != charpos) 780 while (below != charpos)
781 { 781 {