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:
@@ -238,7 +238,7 @@ AboutView::AboutView(const BRect &rect)
|
|||||||
stringView->ResizeToPreferred();
|
stringView->ResizeToPreferred();
|
||||||
|
|
||||||
// GCC version
|
// GCC version
|
||||||
#ifdef __GNUC__ != 2
|
#if __GNUC__ != 2
|
||||||
r.OffsetBy(0, textHeight);
|
r.OffsetBy(0, textHeight);
|
||||||
r.bottom = r.top + textHeight;
|
r.bottom = r.top + textHeight;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user