diff options
Diffstat (limited to 'src/marker.c')
| -rw-r--r-- | src/marker.c | 1 |
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 | ||
| 257 | int | 257 | int |
| 258 | verify_bytepos (charpos) | 258 | verify_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; |