Documentation tidyups

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13788 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-06-06 14:02:59 +00:00
parent 53274007c6
commit bbc1e817eb
25 changed files with 793 additions and 266 deletions

View file

@ -1674,7 +1674,7 @@ NSLog(@"Element '%@' not implemented", name); // FIXME
else
{
NSLog(@"Non-block element '%@' in block ...", n);
return node;
return nil;
}
}