diff options
author | Sebastian Geerken <devnull@localhost> | 2014-12-21 13:41:38 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-12-21 13:41:38 +0100 |
commit | b21e3a4d98c1537ca430e81968dd4bb17561a981 (patch) | |
tree | d9d48bd9b9d6c9db9570e950991633369f5fdb2b /dw/textblock.cc | |
parent | 310ef468080bc8c9d48e3c7c3e6833a0c205f995 (diff) |
Redundant ';'.
Diffstat (limited to 'dw/textblock.cc')
-rw-r--r-- | dw/textblock.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc index 28197621..56b3a6d6 100644 --- a/dw/textblock.cc +++ b/dw/textblock.cc @@ -361,7 +361,7 @@ void Textblock::sizeRequestImpl (core::Requisition *requisition) } else { requisition->width = leftInnerPadding + boxDiffWidth (); requisition->ascent = boxOffsetY (); - requisition->descent = boxRestHeight ();; + requisition->descent = boxRestHeight (); } if (mustBeWidenedToAvailWidth ()) { |