Remove spurious ';'.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19985 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2004-09-03 23:10:13 +00:00
parent ef1010acc4
commit e8ce1bfa9f
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-09-04 01:06 Alexander Malmberg <alexander@malmberg.org>
* Source/GSToolbarView.m (-_insertionIndexAtPoint:): Remove spurious
';'.
2004-09-02 Quentin Mathe <qmathe@club-internet.fr>
* Headers/AppKit/NSToolbarItem.h: Added GSMovableToolbarPboardType

View file

@ -858,7 +858,7 @@ static void initSystemExtensionsColors(void)
- (int) _insertionIndexAtPoint: (NSPoint)location
{
id hitView = [self hitTest: location];
NSRect hitViewFrame = [hitView frame];;
NSRect hitViewFrame = [hitView frame];
int index;
if ((hitView != nil)