mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
2babb937df
commit
7abfc02827
1 changed files with 3 additions and 2 deletions
|
@ -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"])
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue