mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:04:20 +00:00
typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5400 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9e09ba42f1
commit
75a9e9eabc
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ yCenterInRect(NSSize innerSize, NSRect outerRect, BOOL flipped)
|
|||
return MAX(NSMidY(outerRect) - innerSize.height/2.0, 0.0);
|
||||
}
|
||||
|
||||
rtatic inline float
|
||||
static inline float
|
||||
yBottomInRect(NSSize innerSize, NSRect outerRect, BOOL flipped)
|
||||
{
|
||||
if (flipped)
|
||||
|
|
Loading…
Reference in a new issue