Minor tidyups

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22058 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2005-11-21 13:15:39 +00:00
parent dbf635eb17
commit 6ba1cad122
4 changed files with 29 additions and 10 deletions

View file

@ -412,7 +412,7 @@
- connectionBecameInvalid: notification
{
id anObj = [notification object];
if ([anObj isKindOf:[NSConnection class]])
if ([anObj isKindOfClass: [NSConnection class]])
{
int i, count = [the_array count];
for (i = count-1; i >= 0; i--)