diff options
author | Thomas White <taw@bitwiz.org.uk> | 2013-03-12 23:06:49 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2013-03-12 23:06:49 +0100 |
commit | c26551b102c1eabf79c2aed591a7f58129002ccd (patch) | |
tree | 7eb62435aa075607277ab9cc2266d2be0733a445 /src/wrap.h | |
parent | 0e7b56a1350ae2157a9557c8d0fc291f9c4f67c8 (diff) |
Handle the last line properly
Diffstat (limited to 'src/wrap.h')
-rw-r--r-- | src/wrap.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -88,6 +88,7 @@ struct wrap_line struct wrap_box *boxes; int overfull; + int last_line; size_t sc_offset; }; |