diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index 81a84eae20..17e1693f01 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -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;