Fix boggus ifdef. Thanks Vasilis. Parens shouldn't be needed though.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26001 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2008-06-17 19:38:57 +00:00
parent 6ffc2359d4
commit 764de92f59
+1 -1
View File
@@ -238,7 +238,7 @@ AboutView::AboutView(const BRect &rect)
stringView->ResizeToPreferred();
// GCC version
#ifdef __GNUC__ != 2
#if __GNUC__ != 2
r.OffsetBy(0, textHeight);
r.bottom = r.top + textHeight;