Minor fix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16374 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2003-04-06 07:51:45 +00:00
parent 2babb937df
commit 7abfc02827

View file

@ -1135,8 +1135,9 @@ static NSMutableSet *textNodes = nil;
NSString *t = [prop objectForKey: @"type"];
NSString *v = [prop objectForKey: @"validity"];
NSString *s;
GSXMLNode *tmp = children;
GSXMLNode *tmp;
tmp = children = firstElement(children);
[buf appendString: indent];
[buf appendString: @"<h3>"];
s = [self makeLink: n ofType: @"ivariable" inUnit: nil isRef: NO];
@ -1162,7 +1163,7 @@ static NSMutableSet *textNodes = nil;
children = [children nextElement];
}
/*
* List standards with which method complies
* List standards with which ivar complies
*/
if ([[children name] isEqual: @"standards"])
{