aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrap.c b/src/wrap.c
index 316e123..6a4b7aa 100644
--- a/src/wrap.c
+++ b/src/wrap.c
@@ -905,7 +905,7 @@ int wrap_contents(struct frame *fr)
if ( last_box != NULL ) {
l->boxes[0].scblock = last_box->scblock;
l->boxes[0].offs_char = last_box->len_chars
- + last_box->offs_char + 1;
+ + last_box->offs_char;
l->boxes[0].ascent = last_box->ascent;
l->boxes[0].height = last_box->height;
l->boxes[0].width = 0;