From 941f8b5f16d28f3bd7eb204bd2d475574f1e4240 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Mon, 1 Sep 2008 08:57:33 +0000 Subject: (svn r14215) -Cleanup (r13866): Strange line wrapping... --- src/signs_gui.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/signs_gui.cpp') diff --git a/src/signs_gui.cpp b/src/signs_gui.cpp index ec0da0679..04089bd4e 100644 --- a/src/signs_gui.cpp +++ b/src/signs_gui.cpp @@ -241,8 +241,7 @@ struct SignWindow : QueryStringBaseWindow, SignList { this->SortSignsList(); /* By default pick the last entry */ - const Sign *si = this->signs[this->signs.Length( - ) - 1]; + const Sign *si = this->signs[this->signs.Length() - 1]; for (uint i = 1; i < this->signs.Length(); i++) { if (this->cur_sign == this->signs[i]->index) { @@ -265,8 +264,7 @@ struct SignWindow : QueryStringBaseWindow, SignList { this->SortSignsList(); /* By default pick the last entry */ - const Sign *si = this->signs[this->signs.Length( - ) - 1]; + const Sign *si = this->signs[this->signs.Length() - 1]; for (uint i = 0; i < this->signs.Length() - 1; i++) { if (this->cur_sign == this->signs[i]->index) { -- cgit v1.2.3-54-g00ecf